eclipse-pass / main

Catch all repository against which issues of general, cross cutting topics are logged.
Apache License 2.0
4 stars 8 forks source link

PASS Admin UI Spike - authenticate and basic views #965

Open jaredgalanis opened 7 months ago

jaredgalanis commented 7 months ago

What?

As an admin user I want to be able to visit the pass admin UI, authenticate and view pages related to submissions and reporting metrics.

Note, it is not necessary (for now) that the authentication look at any roles or permissions to the extent possible. For this spike, in order to simply things, we simply look to use a regular pass user's permission set to view whatever that user can view. To the extent this becomes an unreasonable constraint the spike we can re-evaluate.

Why?

This is being done to explore the possible uses of an admin UI for pass and the amount of value/features we can extract from the pass system as it stands currently and to analyze what is missing for additional desired features.

How?

A new Ember.js application will be created for the pass admin UI and changes to pass-docker's setup will be necessary to integrate the admin UI into the docker stack.

Acceptance Criteria

Related Issues