-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Edit link for logged in user on dataset page #74
Comments
@cmugisha just a heads up that I have assigned the PR for this ticket to Daniel Gading. Once it is merged and released, we will be able to add the component (and tests) that will provide the link to the logged in user's dataset in Drupal. I don't think that we will need a new ticket for that work. |
@dgading Any progress in reviewing this? |
Slack comment from Daniel Gading: I talked to Alex about it. This PR will be closed and the work should be done on the individual catalog apps for now. If I merged this into data-catalog-app it would still require refactors on each of the site catalogs since this code isn't pulled in but once when the site is initially built. I think it is a good start, but should be moved to a custom hook or something in a different repo so it is a little more reuseable, but with our new time tables, that isn't really feasible right now |
Chadia's Slack response to Daniel: Ok. It sounds like this ticket needs to be moved back to In Progress or should I close it so that you and Alex can create new tickets that better reflect the individual work you just mentioned? |
Response from Daniel: I think this can be closed. And open one in each repo that we are migrating that needs it |
On DKAN1, users were accustomed to going to a dataset page and seeing an edit button they could use make changes. Currently, to edit a dataset, users need to go to a manage content page in order to find and edit link to datasets. In user tests testing, this was found to be confusing for users who were accustomed to DKAN1.
As a data publisher, when I am looking at a dataset page, I would like to be able to choose to edit it from that page, so that I don't need to leave the page to make changes.
Acceptance criteria
Estimate
8 story points.
This work builds on this spike ticket: Spike: Edit link for logged in user on dataset page #65
The text was updated successfully, but these errors were encountered: