update progress on milestones

This commit is contained in:
Kyle Isom 2022-02-28 22:11:51 -08:00
parent bf0109812e
commit 7c6af747ca
1 changed files with 2 additions and 2 deletions

View File

@ -6,9 +6,9 @@ Title: M1: Basic artifact storage
- [X] Database schema for archive blobs - [X] Database schema for archive blobs
- [X] SQL migration (using [sql-migrate](https://github.com/rubenv/sql-migrate)) - [X] SQL migration (using [sql-migrate](https://github.com/rubenv/sql-migrate))
- [X] Go package for archive blobs - [X] Go package for archive blobs
- [ ] blob store - [X] blob store
- [ ] syncq - [ ] syncq
- [ ] CLI tool for inserting blobs - [X] CLI tool for inserting blobs
### Artifacts ### Artifacts
- [ ] What does an artifact look like? Develop the data model. - [ ] What does an artifact look like? Develop the data model.