You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
N/A. We want to create a card component that allows users to see the name and description of projects/transcripts/paper edits, and to edit or delete them.
Describe the solution you'd like
The card component must include the following:
the name of a project / transcript, with a link redirecting to that project/transcript
a description
an edit button, which allows users to modify the title and description of a project/transcript/paper edit (@pietrop@emettely is this correct or does the edit button edit title/description?)
a working delete button, which removes the project/transcript/paper edit.
Describe alternatives you've considered
In the original repo, it was decided that having a card component for projects and paper edits, and a a separate component for transcripts, made the most sense. However, it is up to the person working on this ticket to evaluate whether or not the code could be made cleaner by combining the logic into one component.
Is your feature request related to a problem? Please describe.
N/A. We want to create a card component that allows users to see the name and description of projects/transcripts/paper edits, and to edit or delete them.
Describe the solution you'd like
The card component must include the following:
For this issue to be marked as complete, it must:
Received props:
Link to SimpleCard being called in original repo: https://github.com/bbc/digital-paper-edit-client/blob/5b2d4300cc309912188adbe72201d778c41eceaf/src/Components/lib/List/index.js
Describe alternatives you've considered
In the original repo, it was decided that having a card component for projects and paper edits, and a a separate component for transcripts, made the most sense. However, it is up to the person working on this ticket to evaluate whether or not the code could be made cleaner by combining the logic into one component.
Additional context
Code: https://github.com/bbc/digital-paper-edit-client/blob/d6a0688d3e50aceaa0b1f527facdc0fea5840ae2/src/Components/lib/SimpleCard/index.js
Checklist
Additional Notes
See React Transcript Editor storybook on set up and layout.
https://bbc.github.io/react-transcript-editor/?path=/story/demo--default
The text was updated successfully, but these errors were encountered: