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

Djangoify part2 data UI bugs #124

Merged
merged 45 commits into from
Aug 4, 2021
Merged

Conversation

ichang1
Copy link
Collaborator

@ichang1 ichang1 commented Jul 24, 2021

  1. Fixed delete not working for experiment
  2. Made experiment list view be auto-generated like the other list views because the code is the same and there were a lot of changes to the get_queryset_method
  3. Added a SlugField to most models that use some of the model's fields to create the slug. The slug is used internally to help filter querysets based on a filter_val when a model has a ManyToManyField that is displayed in the UI
  4. Used SlugField to fix filtering
  5. Fixed sorting by a ManyToManyField in UI by annotating queryset and sorting by number of m2m relations instead

Copy link
Contributor

@jpannizzo jpannizzo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the experiment templates are present in the experiment list and the experiment details form is incorrect and has been changed. None of the details of the experiment are present and the edocuments form is present instead

@jpannizzo
Copy link
Contributor

looks like experiment details is using the edocument form in this request

@jpannizzo jpannizzo merged commit f630c23 into djangoify_part2 Aug 4, 2021
@ichang1 ichang1 deleted the djangoify_part2_data_ui_bugs branch August 5, 2021 19:03
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.

2 participants