timetagger icon indicating copy to clipboard operation
timetagger copied to clipboard

Refactor front end away from pscript

Open Lil-Nugs opened this issue 1 year ago • 1 comments

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.

Lil-Nugs avatar Aug 25 '24 16:08 Lil-Nugs

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.

almarklein avatar Aug 27 '24 09:08 almarklein