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

Store corpus date as integer #1742

Open
wants to merge 16 commits into
base: develop
Choose a base branch
from

Conversation

lukavdplas
Copy link
Contributor

  • Stores the corpus min/max date as a year instead of a date (close Min/max data in corpus model: store as integer #1733)
  • Changes the input of the corpus filter (on the home page) and the corpus form to use a number input rather than date input
  • Changes the component used in the category dropdown on the corpus form, which gets rid of a weird double border

Internal changes:

  • The corpus filter component now uses the ReactiveFormsModule for the underlying logic
  • The dropdown component now supports [formControl] input.

@lukavdplas lukavdplas added frontend changes to the angular frontend backend changes to the django backend labels Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend changes to the django backend frontend changes to the angular frontend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Min/max data in corpus model: store as integer
1 participant