Skip to content

Closes Issue #369: Add date field to package pages - #417

Open
Aprameyaraya wants to merge 12 commits into
Bioconductor:develfrom
Aprameyaraya:devel
Open

Closes Issue #369: Add date field to package pages#417
Aprameyaraya wants to merge 12 commits into
Bioconductor:develfrom
Aprameyaraya:devel

Conversation

@Aprameyaraya

Copy link
Copy Markdown

Added a Date entry to the package metadata table on package landing pages to display when the current package version was last updated.

Closes #369

Added Filtering: Added select { |e| e[:end] >= Time.now.to_date } to exclude past events based on their end date.

Safe Slicing: Using .last(5) prevents potential nil errors if there are fewer than 5 upcoming events (compared to [-5..-1]).
Adjust header height and overflow properties for better responsiveness.
Removed multiple package disallow rules from robots.txt to simplify access.
Change header navigation height and remove overflow properties.
Removed deprecated package information and added new fields for version, date, license, URL, and bug reports.
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.

WISH: Add 'Date' ("Last updated") to package pages

1 participant