Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interactive Tweet Management System #877

Closed
wants to merge 2 commits into from

Conversation

Ananyashetty7
Copy link
Contributor

Pull Request for PyVerse 💡

Requesting to submit a pull request to the PyVerse repository.


Issue Title

Title : Interactive Tweet Management System
This pull request aims to add a fully functional interactive tweet management system to the PyVerse repository.

  • [ Yes] I have provided the issue title.

Info about the Related Issue

What's the goal of the project?
Describe the aim of the project.

The goal of this project is to provide a user-friendly web application that allows users to manage tweets. The application implements all CRUD (Create, Read, Update, Delete) operations, enabling users to create new tweets, view existing ones, edit them, and delete them as needed. This system leverages the Django framework for the backend, uses HTML and CSS for the frontend, and stores data in a SQLite database.

  • [ Yes] I have described the aim of the project.

Name

Please mention your name.

Enter your name here.

Ananya G Shetty

  • [Yes ] I have provided my name.

GitHub ID

Please mention your GitHub ID.
Enter your GitHub ID here.
#152715005

  • [Yes ] I have provided my GitHub ID.

Email ID

Please mention your email ID for further communication.
Enter your email ID here.
[email protected]

  • [ Yes] I have provided my email ID.

Identify Yourself

Mention in which program you are contributing (e.g., WoB, GSSOC, SSOC, SWOC).
Enter your participant role here.
GSSOC

  • [yes ] I have mentioned my participant role.

Closes

Enter the issue number that will be closed through this PR.
Closes: #issue-number
#651

  • [ Yes] I have provided the issue number.

Describe the Add-ons or Changes You've Made

Give a clear description of what you have added or modified.
Describe your changes here.
I have implemented a complete Interactive Tweet Management System that enables users to create, view, update, and delete tweets. The project is built using the Django framework, with a responsive user interface designed using HTML and CSS. The backend uses SQLite as the database, ensuring efficient data management. I have also included necessary requirements and setup instructions in the documentation.

  • [Yes ] I have described my changes.

Type of Change

Select the type of change:

  • Bug fix (non-breaking change which fixes an issue)
  • [ Yes] New feature (non-breaking change which adds functionality)
  • Code style update (formatting, local variables)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Describe how your changes have been tested.
Describe your testing process here.
I have tested the application locally, ensuring that all CRUD operations work as expected. I also verified the responsiveness of the application across different devices and browsers, confirming that there are no functional issues or errors.

  • [Yes ] I have described my testing process.

Checklist

Please confirm the following:

  • [ Yes] My code follows the guidelines of this project.
  • [ Yes] I have performed a self-review of my own code.
  • [Yes ] I have commented my code, particularly wherever it was hard to understand.
  • [ Yes] I have made corresponding changes to the documentation.
  • [ Yes] My changes generate no new warnings.
  • [Yes ] I have added things that prove my fix is effective or that my feature works.
  • [ Yes] Any dependent changes have been merged and published in downstream modules.

Copy link

👋 Thank you for opening this pull request! We're excited to review your contribution. Please give us a moment, and we'll get back to you shortly!

Feel free to join our community on Discord to discuss more!

@UTSAVS26
Copy link
Owner

@Ananyashetty7 remove venv files.

@Ananyashetty7
Copy link
Contributor Author

I have removed the env files now, please check and do let me know

@UTSAVS26 UTSAVS26 added Contributor Denotes issues or PRs submitted by contributors to acknowledge their participation. Status: Review Ongoing 🔄 PR is currently under review and awaiting feedback from reviewers. level1 gssoc-ext hacktoberfest labels Oct 29, 2024
@github-actions github-actions bot force-pushed the main branch 3 times, most recently from 774a759 to f014edc Compare October 31, 2024 02:44
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @Ananyashetty7 ,
Please remove the BINARY files like .pyc.
Also try adding a README.md file to this , helps understand the structure of the project.
Update the changes and I will approve the PR.
Also if you need any help let me know!
Thank you!

@ruhi47 ruhi47 added the Status: Requested Changes⚙️ Indicates that a reviewer has requested changes to a PR before it can be approved. label Nov 4, 2024
@github-actions github-actions bot force-pushed the main branch 2 times, most recently from 609b090 to c1dc75e Compare November 7, 2024 02:42
@UTSAVS26 UTSAVS26 closed this Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Contributor Denotes issues or PRs submitted by contributors to acknowledge their participation. gssoc-ext hacktoberfest level1 Status: Requested Changes⚙️ Indicates that a reviewer has requested changes to a PR before it can be approved. Status: Review Ongoing 🔄 PR is currently under review and awaiting feedback from reviewers.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants