2022-02-13 02:24:05 +08:00
|
|
|
Stuff that needs to be done before I consider this a successful POC
|
|
|
|
|
|
|
|
- [x] initial setup (pages, layout, autoimport, basically the vitesse stuff)
|
|
|
|
- [x] windi/tailwind
|
|
|
|
- [x] store (with ssr)
|
|
|
|
- [x] async data replacement
|
2022-02-13 18:56:14 +08:00
|
|
|
- [x] i18n
|
2022-02-13 02:24:05 +08:00
|
|
|
- [x] api calls
|
|
|
|
- [x] seo
|
|
|
|
- [ ] route perms
|
2022-03-13 02:13:50 +08:00
|
|
|
- [ ] error pages (status code is already done)
|
2022-02-13 02:24:05 +08:00
|
|
|
- [ ] snackbar
|
|
|
|
- [ ] some basic pages
|
2022-03-13 02:13:50 +08:00
|
|
|
- [ ] maybe deployment alongside the existing frontend? (server is working now)
|
2022-02-13 18:56:14 +08:00
|
|
|
- [ ] figure out why vite isn't serving the manifest
|
2022-03-13 02:13:50 +08:00
|
|
|
- [x] investigate why eslint/prettier don't auto fix
|