Commit Graph

35 Commits

Author SHA1 Message Date
Stedoss
b19f46ff92 Fix tag search, add text name search, add config around seeding 2022-11-01 19:58:15 +00:00
Stedoss
38bedbaa72 Fix spelling in readme 2022-11-01 02:27:01 +00:00
Stedoss
8ebf9dca96 Add readme 2022-11-01 02:24:25 +00:00
Stedoss
04a9412be7 Remove comment that is not used 2022-11-01 02:24:20 +00:00
Stedoss
82376af904 Implement searching via categories 2022-10-31 23:04:14 +00:00
Stedoss
96f409c8d8 Finish filter implementation for frontend 2022-10-31 21:25:10 +00:00
Stedoss
1d9ff5d67a Add DropdownFilter as generic filter to use for tags and categories 2022-10-31 13:28:54 +00:00
Stedoss
ae9c59ca2b Begin work on venue grid view 2022-10-31 01:36:43 +00:00
Stedoss
268780f3ee Start work on react-query 2022-10-30 22:46:53 +00:00
Stedoss
6ede39966b Start work on frontend dev 2022-10-30 20:42:49 +00:00
Stedoss
8cd07e2063 Add TagService with TagController 2022-10-30 20:23:48 +00:00
Stedoss
431532e69f Make tags a many-to-many relationship with venues 2022-10-30 19:57:08 +00:00
Stedoss
c9814a2142 Change return type of VenueTestData to be array 2022-10-30 17:48:47 +00:00
Stedoss
1ca97bb03c Create Category controller and service 2022-10-30 17:46:52 +00:00
Stedoss
727ab856f6 Use test data count when comparing returned count 2022-10-30 17:36:38 +00:00
Stedoss
55a60b27cb Remove unused imports 2022-10-30 17:11:15 +00:00
Stedoss
709e22cacd Update seeding to use database commits instead of migrations 2022-10-30 17:03:57 +00:00
Stedoss
bbcc1b5e22 Make VenueTestData readonly 2022-10-30 15:40:56 +00:00
Stedoss
470669f3f5 Add VenueController tests 2022-10-30 15:35:39 +00:00
Stedoss
51387e770e Rename endpoint methods to different names instead of overloading 2022-10-30 15:18:51 +00:00
Stedoss
115623ec4d Add test helper for controller result values 2022-10-30 15:13:39 +00:00
Stedoss
d82d1b0dab Rename method to be the same as the attribute 2022-10-30 15:13:18 +00:00
Stedoss
bfc6d5a073 Add VenueControllerTests test file 2022-10-30 03:41:36 +00:00
Stedoss
7ae6e4da79 Add endpoint for venue lookup with ID 2022-10-30 03:40:17 +00:00
Stedoss
d39ef32169 Undo seed data migrations 2022-10-30 03:22:36 +00:00
Stedoss
811b30294d Remove OnConfiguring override in dbContext 2022-10-30 03:18:44 +00:00
Stedoss
a84e0ac03c Add venue service and tests for it 2022-10-30 02:57:37 +00:00
Stedoss
036c18a075 Add service files 2022-10-30 01:06:38 +00:00
Stedoss
896207e5d1 Add test project 2022-10-30 01:01:12 +00:00
Stedoss
add80a3521 Add initial seed data 2022-10-30 01:52:47 +01:00
Stedoss
f9dfe68409 Begin seed work 2022-10-29 22:44:47 +01:00
Stedoss
7d5a176d05 Remove template project files 2022-10-29 20:39:53 +01:00
Stedoss
7fa1811586 First example of Venue endpoint 2022-10-29 03:13:30 +01:00
Stedoss
ff4fcbf19b Add CSV and contexts 2022-10-29 00:42:13 +01:00
Stedoss
9be22da974 Init frontend and backend projects 2022-10-28 17:10:30 +01:00