Replies: 2 comments 16 replies
-
|
I also noticed that the way the PWA Manifest is set up, it installs the app from the https://psdtools.github.io/ url. So technically any website as long as it is set up to cache(in the service worker file) and is a repository on our gh org should work. If this is the case, all of our apps can stay in separate repositories(will help with managing and updating them without messing up other things) and we can have one central repository that holds the PWA package and central dashboard |
Beta Was this translation helpful? Give feedback.
-
|
I think that a central app is a good idea. One backend, two frontends—one Flutter, one JS(or, if you're like me, Elm). The backend could be set up in Azure, as it's basically just a proxy, so the free plan would probably work. The wallet backend is just an intensive plugin, due to the modular extensibility of the backend. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am planning to start development on a website(later a PWA) that wraps our tools into one. I think we should continue separate repositories for the time being but later everything should be merged into a centralized app
My thoughts about the app are that it should be dashboard-like where you can select what you want to use.
I am also planning on asking around the student and staff base to see if there are any ideas for helpful tools we can bundle into this app. I do not like the idea of 2 different apps (one for teachers and one for students) so it would be cool if this centralized app communicated with it's service worker to only cache the tools that a particular role would need. This would enable easy management of the app as you dont have to separately build two apps.
Footnotes
App refers to a website that in the future will be PWA packaged for offline use and local installation. ↩
Beta Was this translation helpful? Give feedback.
All reactions