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

Automatic suggestions #154

Open
5 tasks
impworks opened this issue May 6, 2020 · 0 comments
Open
5 tasks

Automatic suggestions #154

impworks opened this issue May 6, 2020 · 0 comments
Assignees
Labels
Milestone

Comments

@impworks
Copy link
Owner

impworks commented May 6, 2020

Suggestions are a list of actions that Bonsai can do automatically to improve the database, for example:

  • A and B are listed as bio parents for C: suggest adding spouse relation between A and B
  • A person is tagged on 2+ photos without a link to page (just name): create the page and update links (or use existing page if there is one)
  • A person is tagged on 2+ photos that have the same date as the person's birthday: create/find existing page for the birthday event and update links
  • Person's birthday is over 120 years ago - set 'deceased' status
  • Automatic face recognition in Automatic tagging via face recognition #71 will be a suggestion too (if ever implemented)

Each suggestion will have "accept" and "decline" buttons. "Accept" commits the change and creates a changeset (changeset grouping in #153 is required). "Decline" discards the suggestion so that it does not appear any more for this set of parameters.

It is possible to have other actions on suggestions as well. For example, "Add spouse" suggestion may have two:

  • Just add the relation without details
  • Open the "add new relation" editor with source/target/type filled, but allow to pick duration and event page.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant