You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jeevanauluck I think this could be a good first issue to start on. Try breaking it up into a few separate pull requests. The structure is going to be similar to the Course endpoints.
The creation of JPA Assignment & AssignmentAttribute JPA repositories is blocking #2, so for now to unblock going to allow @youcefs21 to implement them. We can refactor as needed later.
Overview
Implement the
/assignment
endpoints defined in the API planning document https://github.com/puffproject/docs/blob/master/API_ARCHITECTURE.md.You can break the following into separate issues for pull requests if you want.
Breakdown
ASSIGNMENT
table.ASSIGNMENT_ATTR
table.2.5. Create
AssignmentPage
andAssignmentAttributeView
models.AssignmentAttributeView
will have the same fields as values for the enum from 2.CourseService
already implementedElementNotFound
exceptions if the associated Course can't be found for an assignment.The text was updated successfully, but these errors were encountered: