You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the app doesn't allow users to edit the family data except via the YAML file in the source files.
Expected behavior
The YAML file in the resource files is just initial family data.
Under the hood, open the initial YAML file as a text, then convert it to JSON programmatically. Instead of directly opening the YAML as JSON using the plugin. This YAML JSON converter will be used later.
Add an "Open" button to open a YAML family data file.
Add a textarea to show and edit the current family data.
Add a "Save" button to save current family data.
Additional context
This feature would enable many users to use this same app without having to deploy themselves.
The text was updated successfully, but these errors were encountered:
Description
Currently, the app doesn't allow users to edit the family data except via the YAML file in the source files.
Expected behavior
Additional context
This feature would enable many users to use this same app without having to deploy themselves.
The text was updated successfully, but these errors were encountered: