# UI meeting minutes
## March 18
* discussion about accessibility
* https://heyoka.medium.com/diving-headfirst-into-accessibility-860828477e6f
* https://medium.com/alistapart/writing-html-with-accessibility-in-mind-a62026493412#.gw00fd35b
* https://jma245.medium.com/accessibility-it-applies-to-me-too-a40f3861878#.ndjsw2jn2
## March 8
* Final presentations will be on Friday April 30 from 10am-12pm
* Is it ok to use https://react.semantic-ui.com/ ?
* Let's try to get Patternfly working
## Feb 15
* Feedback notes below
* Pulp CLI
* Quick start - https://github.com/pulp/pulp-cli#quick-start
* Installation - https://github.com/pulp/pulp-cli/blob/develop/docs/install.md
* Example of using the typescript client
* https://github.com/pulp/pulp-ui/blob/master/pulp_ui/app/src/app/Dashboard/Dashboard.tsx
* API for listing repositories
* https://github.com/pulp/pulp-ui/blob/master/pulp_ui/app/src/app/pulpcore-client/api.ts#L8250
* OpenAPI generator bugs:
* https://github.com/OpenAPITools/openapi-generator/issues
* If you have questions:
* IRC https://pulpproject.org/help/#irc
* #pulp-dev
* Matrix: https://pulpproject.org/help/#matrix
# Feedback
## Repository List View
'List all repo types'
- name
- description
- latest version
- repo type
- remote
- add a button to 'initiate sync' the repo in case there is a remote associated
* maybe a drop down 'sync, publish, delete'
- 'repository detail view' button
- 'repository version detail view' button
## Repository detail view
- Name
- Description
- Remote URL
- Distribution URL
- Latest version
- List of versions with version number, created datetime, content count
## Repository Version detail
- breadcrumb (Repository Test > Version 1)
- repo version selector drop down
- list of content
## List of tasks
- add same view as repo-list view: list all tasks,
- sort by state, started_at, finished_at
- filter by state
- https://docs.pulpproject.org/pulpcore/restapi.html#operation/tasks_list
## Monitor task view
- replace refresh with cancel
## Status Page
- Display information returned by https://docs.pulpproject.org/pulpcore/restapi.html#operation/status_read
###### tags: `Pulp web-ui`, `Minutes`