n-shinde / PeakPeeps

Group Project for CSC 365
0 stars 0 forks source link

Product Ideas LoganSchwarz #8

Open loganjsch opened 11 months ago

loganjsch commented 11 months ago

Product Idea 1. I should be able to look up trails near, or within some threshold, of certain coordinates. [View Popular Routes - /routes/nearby (GET)] parameters would be coordinates, and distance threshold, and maybe other filters.

Product Idea 2. You should be able to add comments on trails. This would mean you would have a comments table, and reference the id of the trial on that. [ Add Route - /routes/{route_id}/comment (POST)] They could then be displayed somewhere on the site and reference-able.