ucsb-cs156-f24 / proj-rec-f24-05

0 stars 0 forks source link

EPIC: Students can submit recommendation requests to Professors #1

Closed github-actions[bot] closed 1 day ago

github-actions[bot] commented 1 day ago

Note: Please read through all the instructions on this epic - we do not expect you to complete all of it at once, and you should ABSOLUTELY split it into separate issues and PRs. Feel free to tackle as much as you can, in order as specified below. Both epics in this application are important to set the stage for the rest of the features.

Have you updated the title?

As a...

student

I can...

submit a recommendation request

So that...

I can indicate my request to my professor

Discussion

Student logs in and can access their profile

Through a Create form, a student can submit their request which:

Recommendation Requests should also store status on the backend, this value needs to be set to Pending (awaiting professor review).

Acceptance Criteria

May also be useful to implement...

Implementation Todos

B1: Create Recommendation Request Table

B2: Implement CRUD operations for a Recommendation Request

F1: Student Profile Page

F2: Create Request Page + Form Component