-
-
Notifications
You must be signed in to change notification settings - Fork 12
[Feature] add ability to manage past board members listing page, similar to team-index context. #80
Copy link
Copy link
Open
Labels
✨ goal: improvementImprovement to an existing featureImprovement to an existing feature💻 aspect: codeConcerns the software code in the repositoryConcerns the software code in the repository🕹 aspect: interfaceConcerns end-users' experience with the softwareConcerns end-users' experience with the software🚦 status: awaiting triageHas not been triaged & therefore, not ready for workHas not been triaged & therefore, not ready for work🟩 priority: lowLow priority and doesn't need to be rushedLow priority and doesn't need to be rushed
Metadata
Metadata
Assignees
Labels
✨ goal: improvementImprovement to an existing featureImprovement to an existing feature💻 aspect: codeConcerns the software code in the repositoryConcerns the software code in the repository🕹 aspect: interfaceConcerns end-users' experience with the softwareConcerns end-users' experience with the software🚦 status: awaiting triageHas not been triaged & therefore, not ready for workHas not been triaged & therefore, not ready for work🟩 priority: lowLow priority and doesn't need to be rushedLow priority and doesn't need to be rushed
Type
Projects
Status
Backlog
Problem
The board listing page originally was a table edited through the
TablePressplugin. This is not ideal, and it did not migrate fully into the new site. To resolve this, post migration, a table was inserted into the page manually, and is currently edited manually in the same fashion.Some form of GUI based editing would be more user-friendly.
Description
If we follow a similar functionality route to the
team-indexcontext we might be able to accommodate this more easily. However, there are other dimensions of data that are present on that page that are not captured within a Person content type post.Once the presentational UX is resolved here, this can migrate to an adjoining Issue within
vocabulary-themeto work out the backend implementation details and modelling.Alternatives
Rebuild the table within Tablepress, improving the manageability, but not making it match other routes of "person listing" management.
Implementation