mtlynch / whatgotdone

A tool for sharing weekly task updates with teammates.
https://whatgotdone.com
Apache License 2.0
141 stars 13 forks source link

Mega: Remove dependency on Vue #910

Open mtlynch opened 9 months ago

mtlynch commented 9 months ago

I've gotten tired of SPAs, and I find development much easier with server-side Go templating + HTML custom elements on the frontend.

This is a mega ticket for the work required to port What Got Done from Vue to pure Go + HTML:

Port components to HTML custom elements

Port views to server-side Go

TODO