aboutsummaryrefslogtreecommitdiff
path: root/ISSUES.md
blob: 9ee077d082b210054e4391616d26e2b78946d570 (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
# Fix

- When clicking on an input label, focus to the input

# Payment view

- Remove unused payment category after payment edit on frontend
- Remove old validation, use client validation on the backend
- Add icon tooltip ?
- auto focus on first input when payment modal is open

# Income view# Category view# Stat view# Features

- HTTP error message
- Use only one loader
- Login with email and password
- search payments by:
    - category,
    - date.

# Code

- 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