Skip to content

[FEATURE] Add sorting column for publications #40

@mschwemer

Description

@mschwemer

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

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions