Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use gedcom for family data #3

Closed
4 tasks done
l0drex opened this issue Dec 28, 2021 · 2 comments · Fixed by #29
Closed
4 tasks done

Use gedcom for family data #3

l0drex opened this issue Dec 28, 2021 · 2 comments · Fixed by #29
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@l0drex
Copy link
Owner

l0drex commented Dec 28, 2021

  • Refactor the backend to MVC
  • Change the view to better fit the gedcomx structure (change table to a fact-view, etc.)
  • Change the stored object to be compatible with gedcomx json
  • Change uploaded file to gedcomx forma
@l0drex l0drex added the enhancement New feature or request label Dec 28, 2021
@l0drex l0drex added this to the v1.0 milestone Jan 8, 2022
@l0drex
Copy link
Owner Author

l0drex commented Jan 10, 2022

New data flow

  1. Create spreadsheet
  2. Export data in spreadsheet to JSON file in gedcomx format
  3. Upload this file
  4. Create a new graph-object, which takes exactly the content of the JSON file as constructor argument (done in New update #15).

@l0drex l0drex changed the title Improve data handling Use gedcom for family data Mar 3, 2022
@l0drex l0drex self-assigned this Mar 3, 2022
@l0drex
Copy link
Owner Author

l0drex commented Apr 25, 2022

Later, the uploaded file should be a gedcomx file (zip-like file containing the json mentioned above plus some other resources like images)

This was referenced Apr 25, 2022
@l0drex l0drex linked a pull request Apr 26, 2022 that will close this issue
@l0drex l0drex closed this as completed May 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant