blob: afe7c5fbf4ef457609f2b8fcbf251fb28fab02d1 (
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
|
# Maps
Manage maps of markers.
## Getting started
Get into nix-shell:
nix develop
Start the server:
bin/dev start
Add fixtures:
sqlite3 db.sqlite3 < fixtures.sql
Credentials are:
- john@mail.com / password
- lisa@mail.com / password
## Build
nix develop --command bin/build
## Improvements
- mobile view
- show last updated maps first
- share with public link as readonly (allow to revoke)
- archive instead of delete
|