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

Refactor elements #592

Merged
merged 148 commits into from Jun 23, 2023
Merged

Refactor elements #592

merged 148 commits into from Jun 23, 2023

Conversation

jochenklar
Copy link
Member

  • Add page model
  • Use m2m relations between elements
  • Add a new react front end at /management/

@jochenklar
Copy link
Member Author

This needs to be done on postgres to reset the autoincrement counters:

SELECT setval('questions_page_id_seq', (SELECT MAX(id) from "questions_page"));
SELECT setval('questions_questionset_id_seq', (SELECT MAX(id) from "questions_questionset"));

we need to add that to the update notes.

@coveralls
Copy link

coveralls commented Apr 20, 2023

Coverage Status

coverage: 89.854% (-0.9%) from 90.792% when pulling 228c05d on refactor_elements into 2d83968 on dev-2.0.0.

@jochenklar jochenklar added this to the 2.0.0 milestone Apr 27, 2023
@jochenklar jochenklar changed the base branch from dev-1.10.0 to dev-2.0.0 June 23, 2023 11:07
@jochenklar jochenklar marked this pull request as ready for review June 23, 2023 11:17
@jochenklar jochenklar merged commit 343e131 into dev-2.0.0 Jun 23, 2023
12 checks passed
@jochenklar jochenklar deleted the refactor_elements branch August 19, 2023 07:38
CalamityC pushed a commit to CalamityC/rdmo that referenced this pull request Nov 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants