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

Adding diary page to perform crud operation #100

Merged
merged 1 commit into from
Oct 13, 2024

Conversation

Abhi0049k
Copy link
Contributor

@Abhi0049k Abhi0049k commented Oct 12, 2024

Description

This PR introduces a new page that allows users to perform CRUD (Create, Read, Update, Delete) operations for diary entries. The implementation focuses on creating a user-friendly interface to manage diary entries effectively.

Features Added:

  • Create Diary Entry: Users can add new diary entries through a form interface, including fields for title and content.
  • Read Diary Entries: All diary entries are displayed in a list format, allowing users to view their entries at a glance.
  • Update Diary Entry: Users can edit existing diary entries through a modal that populates with the current entry data for easy modification.
  • Delete Diary Entry: Users have the option to delete diary entries, ensuring they can manage their entries as needed.

Related Issue

Fixes #7

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented on my code, particularly in hard-to-understand areas
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

Copy link

vercel bot commented Oct 12, 2024

@Abhi0049k is attempting to deploy a commit to the deleksharpgmailcom's projects Team on Vercel.

A member of the Team first needs to authorize it.

@Abhi0049k
Copy link
Contributor Author

Hi @TenzDelek, pr daily page

@TenzDelek
Copy link
Owner

Hey , I will of out of station till tomorrow, in the meantime, share a demo

@Abhi0049k
Copy link
Contributor Author

@TenzDelek okay got it

@Abhi0049k
Copy link
Contributor Author

Hi @TenzDelek, here is the demo:

new_recording_-_10_12_2024._6_03_51_pm.mp4

route: /diary

@TenzDelek
Copy link
Owner

lgtm!

@TenzDelek TenzDelek merged commit 97bfb9b into TenzDelek:main Oct 13, 2024
0 of 2 checks passed
@TenzDelek TenzDelek added gssoc-ext gssoc event hacktoberfest-accepted hacktoberfest Level 3 Priority urgent and important labels Oct 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc-ext gssoc event hacktoberfest-accepted hacktoberfest Level 3 Priority urgent and important
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feat : Creating a Diary page
2 participants