memo icon indicating copy to clipboard operation
memo copied to clipboard

Memo is an open-source, programming-oriented spaced repetition software (SRS) written in Flutter.

Results 38 memo issues
Sort by recently updated
recently updated
newest added

Olá evidenciei um problema ao abrir o aplicativo, o mesmo demonstra perda de performance, somente na guia principal e logo após permanecer um tempo é fechado caso o usuário não...

target: flutter
needs more info
possible bug

Now that we've opted to not use `codecov` anymore (due to some bugs and some security concerns), but we still think that a tool to report the test coverage is...

enhancement
toolkit
P4

There are a significant amount of **relevant** widgets that weren't UI-tested (or Widget tested). The widget testing is relevant to maintain memo's code quality. The list below is a summary...

enhancement
P2
target: flutter

There are a significant amount of **relevant** view models implementations that weren't unit-tested. The list below is a summary of all untested view-models: - [ ] `CollectionDetailsVMImpl`; - [ ]...

enhancement
P2
target: flutter

There are a significant amount of repositories/services implementations that weren't tested. The list below is a summary of all untested classes: #### Repositories - [ ] `CollectionRepositoryImpl`; - [ ]...

enhancement
P2
target: flutter

**Descreva o Bug/Describe the bug:** Sem feedback tátil nas perguntas **Passos para Reproduzir/Steps to Reproduce:** Exemplo/Example: 1. Abra o app 2. Entre em qualquer teste 3. tente responder uma resposta...

enhancement
P3
target: flutter
UX/UI required

Moves all files to a monorepo structure, which should be something like: ``` root |_ flutter - architecture, respective readme, root for flutter project files. |_ firebase - architecture, respective...

enhancement
P1

Using [this model as reference](https://user-images.githubusercontent.com/13678134/126013812-bde493fe-256e-48b8-9d3b-34c5bb74aeda.png) - and after https://github.com/olmps/memo/issues/137 is done - we should create a proper `firestore.rules` and `firestore.indexes.json` which correctly secures the application at an individual (authorized operations)...

enhancement
P1
target: firebase

Create a scheduled function to run (and store) a backup of all Firestore database, allowing rollbacks if critical issues arise. This can be done by using the Firebase Functions capabilities,...

enhancement
P1
target: firebase