Skip to content

Commit

Permalink
Roadmap Upd
Browse files Browse the repository at this point in the history
  • Loading branch information
aceberg committed Jan 3, 2024
1 parent 4d454e8 commit abcd8a5
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 7 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,7 @@ docker run --name exdiary \
Or use [docker-compose](docker-compose-local.yml)

## Roadmap
- [x] HeatMap
- [x] Left/Right buttons for date
- [x] Local Themes and JS
- [x] BodyWeight Chart
- [ ] Login/Password
- [ ] Statistics page
Moved to [docs/ROADMAP.md](docs/ROADMAP.md)

## Thanks
- All go packages listed in [dependencies](https://github.com/aceberg/exercisediary/network/dependencies)
Expand Down
26 changes: 26 additions & 0 deletions docs/ROADMAP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Roadmap

## DONE
- [x] HeatMap
- [x] Left/Right buttons for date
- [x] Local Themes and JS
- [x] BodyWeight Chart

## TODO
- [ ] Login/Password
- [ ] Statistics page
- [ ] Weight page
- [ ] Mobile layout
- [ ] PostgreSQL DB option
- [ ] Add exercise group with 1 button

## MAYBE

- [ ] Sets (#1)
- [ ] Weight field take decimals (#4)
- [ ] Multiple users

## NOT DOING

- Sync or import from other apps
- Running map or other things for running
2 changes: 1 addition & 1 deletion internal/web/templates/config.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<div class="card-header">About</div>
<div class="card-body">
<p>● After changing <b>Host</b> or <b>Port</b> the app must be restarted</p>
<p>● Please, check out my other apps on <a href="https://github.com/aceberg">Github</a></p>
<p>● Please, check out my other apps on <a href="https://github.com/aceberg">GitHub</a></p>
<p>● Want your own Self-Hosted app written in Go? Contact and prices <a href="https://github.com/aceberg">here</a></p>
</div>
</div>
Expand Down

0 comments on commit abcd8a5

Please sign in to comment.