NASA-AMMOS / aerie-ui

The client application for Aerie.
https://nasa-ammos.github.io/aerie-docs/
MIT License
29 stars 6 forks source link

Show activity directive creator in the UI #1088

Closed parkerabercrombie closed 9 months ago

parkerabercrombie commented 9 months ago

Checked for duplicates

No - I haven't checked

Alternatives considered

Yes - and alternatives don't suffice

Related problems

No response

Describe the feature request

Users want to be able to tell who added an activity to the plan (who "owns") the activity. The UI shows the user that last modified the activity, when the activity was updated, and when it was created. The database tracks the user that created the activity, but this is not displayed in the UI. It would be very useful to be able to see the creator username in the UI as well.

dandelany commented 9 months ago

Per discussion with @Mythicaeda we confirmed this value is already saved in the database - in the created_by field on activity directives - it just needs to be exposed in the UI:

Sending to @AaronPlave to take a look - thanks!

joswig commented 9 months ago

ECGDSITD-512