Commit Graph

5 Commits (d6a56406389c747d61945ff0350813ec09dad3bc)

Author SHA1 Message Date
Adam Veldhousen d6a5640638
add prod builds and migrate env to a namespaced configuration in k8s 2023-05-26 19:08:27 -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