Commit Graph

7 Commits (25eccdeab318b2577c97cd09529fa026d26a7c69)

Author SHA1 Message Date
Adam Veldhousen 2e0e78ae28
Merge remote-tracking branch 'origin/feat/mvp' into feat/mvp-deploy-beta
* origin/feat/mvp:
  pagination and linking improvements
  use 1 table for catalog data + search
  re arrange some things
2023-05-26 19:23:16 -05:00
Adam Veldhousen ebfcccabfe
add prod builds and migrate env to a namespaced configuration in k8s 2023-05-26 19:20:09 -05:00
Adam Veldhousen 5221c50814
re arrange some things 2023-05-25 19:48:00 -05:00
Adam Veldhousen c4cebcea6d
refactor grpc dial into kernel, trying to figure out runner import slowness 2023-05-24 18:46:12 -05:00
Adam Veldhousen d09e5aaf53
uses k8s to run frontend, has ingress 2023-05-24 01:44:04 -05:00
Adam Veldhousen fb95d41695 Web client (#5)
- [x] Basic site layout
- [x] Home page with initial search
- [x] Search bar
- [x] Pagination
- [x] Linking to source sites
- [ ] Seller info and linking to their sites
- [ ] Infinite scrolling

Co-authored-by: Adam Veldhousen <adamveld12@gmail.com>
Reviewed-on: #5
2023-05-20 06:45:31 +00:00
Adam Veldhousen fa8516b26f Catalog service (#3)
DoD:

- [x] Runner service can post upcoming catalogs
- [x] Deduplication of catalogs
- [x] Endpoints for web client to load catalogs
- [x] http -> GRPC proxy service that web client can use
- [x] DB schema, migrations

Co-authored-by: Adam Veldhousen <adamveld12@gmail.com>
Reviewed-on: #3
2023-05-14 01:53:34 +00:00