Commit Graph

  • 2077fa2ad6 Remove some TODOs master Stedoss 2022-11-01 23:37:49 +0000
  • 2a920ae85f Fix tests Stedoss 2022-11-01 23:07:26 +0000
  • 5aecc9d2cb Add frontend comments Stedoss 2022-11-01 22:47:47 +0000
  • b3ebd978d9 Add tests for index page Stedoss 2022-11-01 22:37:37 +0000
  • a36604ea4b Add info to readme about frontend tests Stedoss 2022-11-01 21:26:16 +0000
  • 553e4f3461 Add tests for the API class Stedoss 2022-11-01 21:26:03 +0000
  • ba4771614d Add first frontend tests for helpers.ts Stedoss 2022-11-01 21:06:07 +0000
  • 45fef12590 Update readme todos Stedoss 2022-11-01 20:21:15 +0000
  • d17d9fd036 Remove unnessessary brackets Stedoss 2022-11-01 20:21:09 +0000
  • 70aa790c16 Allow CORS for any origin whilst in development Stedoss 2022-11-01 20:20:49 +0000
  • 0fd2523629 Add response types for swagger docs gen Stedoss 2022-11-01 20:04:29 +0000
  • b19f46ff92 Fix tag search, add text name search, add config around seeding Stedoss 2022-11-01 19:58:15 +0000
  • 38bedbaa72 Fix spelling in readme Stedoss 2022-11-01 02:27:01 +0000
  • 8ebf9dca96 Add readme Stedoss 2022-11-01 02:24:25 +0000
  • 04a9412be7 Remove comment that is not used Stedoss 2022-11-01 02:24:20 +0000
  • 82376af904 Implement searching via categories Stedoss 2022-10-31 23:04:14 +0000
  • 96f409c8d8 Finish filter implementation for frontend Stedoss 2022-10-31 21:25:10 +0000
  • 1d9ff5d67a Add DropdownFilter as generic filter to use for tags and categories Stedoss 2022-10-31 13:28:54 +0000
  • ae9c59ca2b Begin work on venue grid view Stedoss 2022-10-31 01:36:43 +0000
  • 268780f3ee Start work on react-query Stedoss 2022-10-30 22:46:53 +0000
  • 6ede39966b Start work on frontend dev Stedoss 2022-10-30 20:42:49 +0000
  • 8cd07e2063 Add TagService with TagController Stedoss 2022-10-30 20:23:48 +0000
  • 431532e69f Make tags a many-to-many relationship with venues Stedoss 2022-10-30 19:57:08 +0000
  • c9814a2142 Change return type of VenueTestData to be array Stedoss 2022-10-30 17:48:47 +0000
  • 1ca97bb03c Create Category controller and service Stedoss 2022-10-30 17:46:52 +0000
  • 727ab856f6 Use test data count when comparing returned count Stedoss 2022-10-30 17:36:38 +0000
  • 55a60b27cb Remove unused imports Stedoss 2022-10-30 17:11:15 +0000
  • 709e22cacd Update seeding to use database commits instead of migrations Stedoss 2022-10-30 17:03:57 +0000
  • bbcc1b5e22 Make VenueTestData readonly Stedoss 2022-10-30 15:40:56 +0000
  • 470669f3f5 Add VenueController tests Stedoss 2022-10-30 15:35:39 +0000
  • 51387e770e Rename endpoint methods to different names instead of overloading Stedoss 2022-10-30 15:18:51 +0000
  • 115623ec4d Add test helper for controller result values Stedoss 2022-10-30 15:13:39 +0000
  • d82d1b0dab Rename method to be the same as the attribute Stedoss 2022-10-30 15:13:18 +0000
  • bfc6d5a073 Add VenueControllerTests test file Stedoss 2022-10-30 03:41:36 +0000
  • 7ae6e4da79 Add endpoint for venue lookup with ID Stedoss 2022-10-30 03:40:17 +0000
  • d39ef32169 Undo seed data migrations Stedoss 2022-10-30 03:22:36 +0000
  • 811b30294d Remove OnConfiguring override in dbContext Stedoss 2022-10-30 03:18:44 +0000
  • a84e0ac03c Add venue service and tests for it Stedoss 2022-10-30 02:57:37 +0000
  • 036c18a075 Add service files Stedoss 2022-10-30 01:06:38 +0000
  • 896207e5d1 Add test project Stedoss 2022-10-30 01:01:12 +0000
  • add80a3521 Add initial seed data Stedoss 2022-10-30 01:52:47 +0100
  • f9dfe68409 Begin seed work Stedoss 2022-10-29 22:44:47 +0100
  • 7d5a176d05 Remove template project files Stedoss 2022-10-29 20:39:53 +0100
  • 7fa1811586 First example of Venue endpoint Stedoss 2022-10-29 03:13:30 +0100
  • ff4fcbf19b Add CSV and contexts Stedoss 2022-10-29 00:42:13 +0100
  • 9be22da974 Init frontend and backend projects Stedoss 2022-10-28 17:10:30 +0100