Commit graph

71 commits

Author SHA1 Message Date
6afe242abe Return a boolean indicating favorite in party object 2022-02-27 21:14:37 -08:00
57b6f2a7b4 Add back render call 2022-02-27 20:55:55 -08:00
7feb5157c8 Add method for displaying a user's favorites 2022-02-27 20:00:29 -08:00
4907f7c584 Properly implement filtering 2022-02-27 00:33:00 -08:00
af8b9d3570 Implement filterable endpoint for all parties 2022-02-26 20:57:24 -08:00
3f979f6d62 Add endpoint for getting all parties
No filters yet
2022-02-26 19:29:19 -08:00
47d5de057c Remove ap call 2022-02-26 18:40:32 -08:00
a04a1cb5c8 Fix bug with wrong key when creating party 2022-02-26 18:25:54 -08:00
374e294a33 Change permitted param for extra toggle 2022-02-23 19:22:42 -08:00
ace4fb8568 Permit detail attributes and update all attributes instead of just extra 2022-02-23 18:11:19 -08:00
29c3415df2 Don't allow destroy if owner is not current user 2022-02-23 16:34:36 -08:00
18049385ce Add destroy implementation and json template 2022-02-23 16:30:52 -08:00
9d4706b741 Add route for updating parties 2022-02-04 14:47:47 -08:00
5ea9f367c1 Add routes to pull data for individual objects in a party 2022-02-04 01:00:30 -08:00
e95baf7ee6 Add extra slots to Parties 2022-01-25 17:00:26 -08:00
b08d851341 Store user id from access token 2020-09-26 10:51:14 -07:00
975dd39ec8 Update parties_controller.rb
Finding parties based on shortcode, and saving parties with user ID where available
2020-09-25 10:55:13 -07:00
071f6b4664 Controllers should inherit from ApiController 2020-09-19 12:46:24 -07:00
2164c10ab1 Move route from party to parties 2020-09-18 06:43:49 -07:00
aa7820dd22 Add PartiesController 2020-09-16 03:42:12 -07:00
f616fe23db Restart on Rails 2020-09-14 18:30:54 -07:00