aboutsummaryrefslogtreecommitdiff
path: root/ISSUES.md
blob: da9103fee66cb8bdafec487c78f9e5303983c0c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
#  MVP

## Payment

- Use income table factorizations

## Category view

- Show the category table
- Add a category
- Clone a category
- Edit a category
- Remove a category

## Low speed

- Implement server side paging

## Bugs

- After modal close, it is still on the DOM, preventing any click

# Next

## Bugs

- Fix page flickering on loading

## Additional features

- Remove unused payment category after payment edit on frontend
- Auto focus on first input when payment modal is open
- Add icon tooltip
- HTTP error message
- Use only one loader
- Login with email and password
- Search payments by:
    - category,
    - date.
- Show statistics.
- Pages: 1 … 3 4 5 … 10

## Code

- Do something with ModalForm and ConfirmDialog
- remove client warning messages
- Use BEM style
- Move the CSS out from the index page
- Test exceedingPayers
- try DuplicateRecordFields (https://ghc.haskell.org/trac/ghc/wiki/Records/OverloadedRecordFields/DuplicateRecordFields)

## DB

- Add DB indexes

## Tooling

- deploy command
- migration diff (use flyway?).
- use ghcid
- set up fast deploy
- pin nixpkgs