-
Notifications
You must be signed in to change notification settings - Fork 54
Improvements ideas
Stanislav Valasek edited this page Feb 18, 2019
·
1 revision
- implement rollback in js store if DB fails
- report error if yaml config file is not present or DB is misconfigured
- have one app version for FE (package.json) and BE (build.bat)
- get favicon on production build
- Consistency checks
- Show only available rates per project
- Paginate and sort server-side - using Vuetify data table
- Add support for billing - assigning reported hours on projects
- email confirmation
- letsencrypt tls
- move remembered state from local storage to the backend once user entity available
- administration of a DB - https://getqor.com/en https://medium.com/statuscode/how-i-write-go-http-services-after-seven-years-37c208122831
- refactor routes as on https://www.codementor.io/codehakase/building-a-restful-api-with-golang-a6yivzqdo
- connect Vue with go - https://juliensalinas.com/en/golang-API-backend-vuejs-SPA-frontend-docker-modern-application/