Commit Graph

  • 7cb1f0a34c Simplified config page and fixed runtime issues henry 2025-05-18 03:18:11 -0400
  • fe3f7c3766 Merge branch 'main' into edit-config-runtime henry 2025-05-18 02:41:20 -0400
  • fbbd5933ed #17 Make configuration eidtable at runtime (#18) main henry 2025-05-18 03:21:26 +0000
  • 98f60a996a Add ability to add inactive or active users to UI henry 2025-05-18 02:31:49 -0400
  • aa8e494211 Initial pass on adding config page Henry Hobbs 2025-05-17 22:27:42 -0400
  • 91afb0dd8e Added ability to update config via API at runtime. wip on customizing config via UI Henry Hobbs 2025-05-17 22:26:58 -0400
  • 2484f6674b Fix readme note henry 2025-05-16 23:13:14 -0400
  • f0c54026c4 Add github note to readme henry 2025-05-16 23:12:11 -0400
  • 50ae4119d6 remove a useless line from About page. this closes #12 henry 2025-05-16 23:01:10 -0400
  • 3ba808558d Added a navbar to the UI and some nice AI slop About page henry 2025-05-16 22:57:21 -0400
  • 0311dc2b7d Update readme with clearer info on how the service works henry 2025-05-16 22:41:31 -0400
  • 913a2441ed merge main henry 2025-05-16 21:58:04 -0400
  • 6afc30ae61 Added default prots and playground info to readme henry 2025-05-16 21:56:54 -0400
  • 3d2a17ec68 remove unused files henry 2025-05-16 21:54:59 -0400
  • fbf2d43174 updated license template. believe it or not my name isn't [fullname] henry 2025-05-17 01:40:12 +0000
  • 4feed0fab9 Update README.md henry 2025-05-17 01:38:31 +0000
  • 2000eaed99 Fix license link in readme henry 2025-05-17 01:38:03 +0000
  • f212deca59 #11 added README henry 2025-05-16 21:36:21 -0400
  • b1b1b44e0f wip - trying to move expensive alculation to background calculate-in-background henry 2025-05-16 21:21:07 -0400
  • 7b34b55197 Added serilog henry 2025-05-16 21:08:23 -0400
  • 3dc21bc54d remove comments henry 2025-05-16 20:43:25 -0400
  • a6980252c0 thread safety for background service henry 2025-05-16 20:36:53 -0400
  • c12a6465f9 Added tests for AccessQueueRepo henry 2025-05-15 20:49:48 -0400
  • 713d8c9956 #7 Added background service to periodically delete expired tickets henry 2025-05-15 20:19:28 -0400
  • 18a5a64d4e #8 use string type for ID to make implementation more agnostic to different ID types henry 2025-05-15 19:52:48 -0400
  • a540221b7f #9 Made refresh rate configurable. Also resize dbuttons and removed debugging code henry 2025-05-15 19:44:32 -0400
  • 365e4a882c #10 added config display to UI henry 2025-05-15 19:32:59 -0400
  • ffedc09471 fix #13 - moved increment to end of loop henry 2025-05-15 19:13:35 -0400
  • a96a3c3a82 Added more controls to UI Fixed issue with queue infinite looping if next user in queue was revoked henry 2025-05-14 02:03:27 -0400
  • 261490ec74 UI improvements henry 2025-05-14 01:17:47 -0400
  • cca0976faf fix #6 - capture activity for queued users henry 2025-05-13 01:30:57 -0400
  • 0cc1913d98 removing un-needed values from dictionary henry 2025-05-13 01:03:58 -0400
  • cf71bcbbc0 Fix #1 and added some comments for readability henry 2025-05-13 00:47:07 -0400
  • a41daddb11 Merge pull request 'Adding playground blazor app for manually experimenting with access queue' (#5) from add-playground into main henry 2025-05-12 23:48:18 +0000
  • 18ddc200eb plug memory leak henry 2025-05-12 23:46:40 -0400
  • 8ae97efd41 Remove old implementation for easier maintainability henry 2025-05-12 23:45:14 -0400
  • 1de9b57c5c Fix #2 requestsAhead working fr this time henry 2025-05-12 23:38:25 -0400
  • 42f97fadd3 Add sorting for queue and use takeOne implemantation henry 2025-05-12 23:37:14 -0400
  • 5dbde2c847 Merge branch 'main' into add-playground henry 2025-05-12 22:41:16 -0400
  • 295c91a05c Merge pull request 'Add take-a-number implementation' (#4) from take-a-number-implementation into main henry 2025-05-12 22:40:51 +0000
  • 7b0478539e Added take-a-number implementation take-a-number-implementation henry 2025-05-12 22:37:48 -0400
  • 036168359b Merge pull request 'Fix #2 - RequestsAhead not recalculating correctly' (#3) from requests-ahead-bug into main henry 2025-05-12 22:22:41 +0000
  • 7d4c6ab16c fix incorrect requests ahead reported from queue henry 2025-05-12 22:19:22 -0400
  • 449b821633 Added test to check calculated queue position henry 2025-05-12 01:42:41 -0400
  • d6aa832f61 Split users into separate grids henry 2025-05-12 01:26:31 -0400
  • 44a3628489 wip - adding demo front-end to play with access service henry 2025-05-11 20:38:02 -0400
  • c04a603d56 Abstract queue and dictionary implementation to support alternative implementations henry 2025-05-09 19:41:07 -0400
  • 6470ce21f3 small optimization caching DateTime.UtcNow increase bulk test henry 2025-05-09 19:01:10 -0400
  • 876d7e8b58 added missing constant, removed superfluous comments henry 2025-05-08 21:39:10 -0400
  • 6c9da8e796 Add project files. xxhen 2025-05-08 21:34:12 -0400
  • 33f394550d Add .gitattributes, .gitignore, README.md, and LICENSE.txt. xxhen 2025-05-08 21:34:10 -0400