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

Registering datashapes, questions fails if done in 'wrong' order #41

Open
NiloCK opened this issue Dec 22, 2018 · 0 comments
Open

Registering datashapes, questions fails if done in 'wrong' order #41

NiloCK opened this issue Dec 22, 2018 · 0 comments
Labels
bug Something isn't working

Comments

@NiloCK
Copy link
Owner

NiloCK commented Dec 22, 2018

More specifically, pairs of related shapes / questions registered in the wrong order don't have the correct data associated in their db entries, and side effects include:

  • preview cards not being rendered during data entry
  • entered data (which does make its way to the db) fails to spawn related cards in the db

Fix options (?):

  • make Qs ineligible for registration if their datashapes are not already registered (probably best)
  • do some 'back filling' of db data after the 'out of order' registrations
  • fold the registration of these objects into one operation
  • remove component registration altogether (registered by default)
@NiloCK NiloCK added the bug Something isn't working label Dec 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant