Matt
Matt
A user should be able to take notes in a smaller window, even mobile. I've mostly relied on vuetify to style elements appropriately. It looks like the layout is 500-some...
What's missing from the design is the ability to share notes. ### What is happening currently MonoCorpus is meant to share information. The way the web UI works right now,...
the note appears in the list, but nothing is shown. There's no way to add an image.
The gateway has basic functionality for extracting data from a bearer token, but has no logic for dealing with expired tokens. Given an expired token, the gateway will reject the...
A user should be able to login to a dashboard. The app logs users in to a blank homepage, and a user is expected to navigate to the notebook. I...
A user should be able to add tags to their notes. It's been suggested from reddit to use entity based labels. I would also wonder if we can use a...
The notes microservice is a basic CRUD app right now. I would like to make this bulletproof. Tests should validate that queries are validated appropriately, that user data cannot be...
In the past I used dep to vendor in each microservice. Dep itself suggests it's not suited to a monorepo environment. Helm is a good example of a repo using...
It would be helpful to have a consistent indexing method within this package. Currently, the benchmarking suite has a multithreaded indexer, but it's specific to LoTTE. We should abstract it...
Paper: https://arxiv.org/html/2404.13950v1 As an MLE, I want to use SPLATE to get the same quality of results with less latency. This will involve several tasks: 1. Create a new Index...