project-emory / RIDEmory

A self-updating database of ride information for Emory students accessible via the web or GroupMe
GNU General Public License v3.0
5 stars 2 forks source link

Backend: Compiled Info Controller #18

Closed andrewtlu closed 4 months ago

andrewtlu commented 10 months ago

Need to provide an endpoint for the frontend to request neatly compiled and organized info.

Tasks:

Note: not actually creating methods that fetch the information, those will be delegated to services - instead, create a new controller with dud methods returning null for now. Main purpose is to think of and implement a logical way to organize endpoints.