Commit Graph

5 Commits (8f338130277a80bc7a87b9390a50470937eacb1a)

Author SHA1 Message Date
Adam Veldhousen 756330e79c
some lifecycle fixes for app and access control stuff, to get data flowing to the client again 2023-05-26 19:53:04 -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 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