v1.0
- Basic functionality of a bug-tracker (
backlog item
,comment
,user
). - RavenDB examples of
- One-to-many (e.g.
backlog item <-> comment
) and many-to-many (e.g.backlog item
modification history anduser
) relationships (see Entity Relationships in NoSQL article). - Dynamic fields for
Custom Fields
onBacklog Item
(see Dynamic Fields for Indexing). - Full text search.
- Automated tests.
- One-to-many (e.g.
- Web API (check out OpenAPI/Swagger at yabt.ravendb.net/swagger/).
- SPA (Angular) front-end (responsive UI) - yabt.ravendb.net.
- The DB is a copy of all issues from github.com/dotnet/aspnetcore. It gets restored weekly - safe to delete anything.