Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Add better search and filtering functionality to flights index #22

@calumshep

Description

@calumshep

Current problem: there are at least 3 different pages displaying tables of flights, creating repeated code and confusing navigation.

Solution: combine all flights which are not marked as complete (i.e. those which are open, accepted and awaiting planning or those with active flight plans) into one single page (but with different tables still).

Drawbacks and alternatives:

  • Could cause confusion between what flights are open to being accepted and what have already been accepted, etc. Need to consider pagination for open requests as well.
  • Perhaps open flights need their own search-based page and everything else goes on one page?

Notes:

  • Dispatch page should still exist to maintain synchronicity between URLs and navigation links (i.e. there is a 'Flights' link for /flights URLs and a 'Dispatch' link for /dispatch URLs.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions