Skip to content

Add more GET endpoints for school metrics tables #17

Description

@sljohnson32

There are still a lot of endpoints to build for this API. The following are those I have prioritized but feel free to add others by adding another issue to this repo.

Add two endpoints for the following:

  • School Attendance
  • CMAS ELA and Math Scores
  • CMAS Science Scores
  • Free & Reduced Lunch
  • SAT & PSAT scores
  • Student-Teacher Ratios

The two endpoints should be as follows:

  • GET for all schools meeting the query params built out to filter select statement based on data in the table. ex: api/v1/schools/attendance?rate=.9
  • GET for specific school attendance data with school id in path param. ex: api/v1/school/:id

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions