marcusgeorgievski / prj-team-1

Student management system to track assessments and organize notes
https://prj-frontend.vercel.app
3 stars 0 forks source link

As a user, I want to create a note for my class. #48

Open Dmanoj07 opened 2 months ago

Dmanoj07 commented 2 months ago

Description

we will develop a note-creating feature that allows users to compose and manage their notes. We will integrate a rich text editor into our application. This editor will provide users with a versatile interface for creating and formatting their notes. While users are actively editing their notes, we will temporarily cache their work. This ensures that their progress is not lost if they accidentally close the browser or navigate away from the page. After saving, the note will be stored permanently, and users will be redirected to a note dashboard.

Acceptance Criteria

-Users can format text (e.g., bold, italic) and add headings. -Hyperlinks can be inserted within the editor.

Testing Criteria