Skip to content

Conversation

@Precipicee
Copy link
Collaborator

@Precipicee Precipicee commented Jan 3, 2026

Change Summary

  • Adds the tasks page, under the route /[id]/tasks.
  • Creates this tasks page using two key components - the Task List and the Task Form.
    • The Task List obtains data from the database, filtering by the user.
    • The Task Form allows a user to create new Task Items.
  • There were some small database alterations discussed with the team previously.
  • Serializers, Views and URLs were altered to accommodate a more comprehensive set of requests.
    • NOTE THIS MAY IMPACT OTHER WORK COMPLETED

Change Form

  • The pull request title has an issue number
  • The change works by "Smoke testing" or quick testing
  • The change has tests
  • The change has documentation

Other Information

  • Editing Features are being worked on still. Specifically, I am adjusting how a user can edit a given task.
  • Documentation and Testing not included.
  • UI Design still needs to be completed.

Related issue

@Precipicee Precipicee requested a review from Archer-Key January 4, 2026 02:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow CRUD Operations on Tasks

2 participants