Opened 8 years ago
Closed 6 years ago
#2501 closed defect (bug) (fixed)
Incorrect date sorting in Application Status page: column 'Updated'
Reported by: | casiepa | Owned by: | |
---|---|---|---|
Milestone: | Priority: | low | |
Component: | WordCamp Site & Plugins | Keywords: | needs-patch good-first-bug |
Cc: |
Description
On page https://central.wordcamp.org/application-status/ , when sorting by 'Updated', an alphabetic sorting is happening, not a sort by date values.
Change History (7)
#1
@
8 years ago
- Keywords needs-patch good-first-bug added
- Owner set to iandunn
- Status changed from new to accepted
This ticket was mentioned in Slack in #community-team by casiepa. View the logs.
7 years ago
This ticket was mentioned in Slack in #meta-wordcamp by iandunn. View the logs.
7 years ago
#6
@
7 years ago
We discussed this in today's bug scrub, and it sounds like it'd probably be better to just fix the bug here, rather than replacing it with a npm module. Adding extra modules means that we have to maintain them, including checking for security updates. There are some automated solutions like nodesecurity.io, but that could be overkill for something small like this.
Note: See
TracTickets for help on using
tickets.
The table sorting logic there was kind of just built as a way to learn React a bit, but I doubt we really need a custom tool there. I'm sure there's lots of npm modules we could just replace it with. That would solve this problem and give us better options for the future.