Just had my second kid 2 weeks ago… this is simple and perfect
Open Source
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon from opensource.org, but we are not affiliated with them.
I didn't find any link to the Git repository from the PWA app.
Also, IMO the best way to make it this kind of application trustable would be to have no backend. If there is no backend, there is no stored data at all.
So as a user, I might prefer to be a frontend only solution which store everything in localStorage and then maybe use a remote storage
I didn’t find any link to the Git repository from the PWA app.
There are links for licenses which lead to the respective repositories: https://baby-journal.app/about
the best way to make it this kind of application trustable would be to have no backend
That doesn't work for my family, the data are shared across two people (potentially more in the future), so there needs to be a backend. This also allows for alternative frontends. And as they say, "make the apps you would want to use."
maybe use a remote storage
Remote storage indeed sounds like an interesting technology, but I'm not keen on rewriting the app at this point. Furthermore I'm using the JSON:API standard which I'm very familiar with which speeds up my development significantly.