blob: df7eab62b0e74f1b0e5a4f3a4208b9046cc6737f (
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
|
# 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
## Improvements
- mobile view
- show last updated maps first
- share with public link as readonly (allow to revoke)
- archive instead of delete
|