timetagger
timetagger copied to clipboard
Refactor front end away from pscript
I was looking to fork this and add my own dashboard page, and noticed the project's front end is entirely built using a Python to JavaScript compiler that you have been maintaining since no one else is.
Are there plans to move away from this? It would open up the project to a lot more people being able to contribute and add things if the front end was written in a more standard way with HTML/CSS/JS, and it'd be easier to do stuff like make dashboard pages with js packages.
I currently don't have plans to refactor the current front-end. But I want to separate the backend and front-end more, making it simpler to add alternative front-ends, using the web-api.