pulibrary / tigerdata-app

TigerData is a comprehensive set of data storage and management tools and services that provides storage capacity, reliability, functionality, and performance to meet the needs of a rapidly changing research landscape and to enable new opportunities for leveraging the power of institutional data.
Apache License 2.0
6 stars 0 forks source link

Project Details page - headings #264

Closed matthewjchandler closed 11 months ago

matthewjchandler commented 11 months ago

The "Project Details" page has 4 headings: "Roles", "Description", "Automatic Settings", and "Provenance"

These changes apply to the show and edit pages (app/views/projects/show.html.erb and app/views/projects/_edit_form.html.erb)

The only value that we have for "Automatic Settings" at this point is the mediaflux id.

Display the created_by/on and updated_by/on under the Provenance section.

hectorcorrea commented 11 months ago

Hey team! Please add your planning poker estimate with Zenhub @JaymeeH @jrgriffiniii @leefaisonr

JaymeeH commented 11 months ago

Since provenance and automatic settings are static (unchangeable) fields, should we be adding them to the edit form? @matthewjchandler

matthewjchandler commented 11 months ago

@JaymeeH we will eventually have more fields available to enter/edit in forms, including some of those that are currently automatic settings. We will also eventually have a way to update provenance values via interoperation with other systems. But in this preliminary phase, the editable fields are limited, as shown in #113 and #248. All we need is for this issue is for the "Project Details" page to have a place to display "Automatic Settings" and "Provenance" values (which will be set for a given project by other means).

Right now, we just show roles and (project) description: image

But what we need is a more complete overview of the project details, like this: image

And again, this issue is just about getting the headings cleaned up: "Roles", "Description", "Automatic Settings", and "Provenance"