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

[FEATURE] Add sorting column for publications #40

Open
mschwemer opened this issue Feb 24, 2022 · 0 comments
Open

[FEATURE] Add sorting column for publications #40

mschwemer opened this issue Feb 24, 2022 · 0 comments

Comments

@mschwemer
Copy link
Contributor

The publication list is build on the columns month, day andyear. The date is build on each request for each found publication. Futhermore the publications are then sorted via a array usort.

It would be better to have a column "publication_time stamp" and use already for sorting in the database query.

What would be needed for this change:

  • add the column
  • provide a migrator for the existing records
  • adapt the importer and migrate command to fill the additional column
  • extend the data handler to update the column on record save in the backend
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

No branches or pull requests

1 participant