hack4impact-uiuc/collective-liberty

Create /GET endpoints for Massage Laws, Criminal Laws, News Media Laws, and Vacatur Laws

rxun opened this issue · 0 comments

rxun commented

Summary
Create end points to retrieve different law model objects. Coordinate with whoever is responsible for #67. Modify "policies.js" because Kelly has changed the Law schema name (this was Ayan's #57 ).

Acceptance Criteria / User Stories

  • Vacatur Laws can accept:
    • State: string
  • Massage Laws can accept:
    • State: string
    • City: string
  • Criminal Laws can accept:
    • State: string
  • News Media Laws can accept:
    • State: string
    • City: string
    • Focus: string (?)
    • Status: string (?)

Check with Kendall / Rebecca for questions!