Skip to content

[FEATURE] Add sorting column for publications #40

Open
@mschwemer

Description

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

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions