IEEE.org     |     IEEE Xplore Digital Library     |     IEEE Standards     |     IEEE Spectrum     |     More Sites

Skip to content

Huge progress into the Augur transition

Seltyk requested to merge augur into main
  • much vestigial code removed
  • Augur authentication working
  • pagination implemented
  • Caddy used to keep secrets out of git history and React build
  • CSS magic to make everything look so nice and pretty ooh-la-la yummy delicious circular button

Some of this code I'm actually quite happy with. useGenerateSession is okay, and Pagination is delightfully modular. The Caddyfile also isn't bound to any one specific deployment of Augur, and because React only cares about http://localho.st:8000, a change to a single environment variable lets a deployment of Mystic interface with any deployment of Augur without changing the TypeScript at all.

Merge request reports