Inside a users modules, they need to be able to submit their completed exercise Github link.
So we need to build an Exercise Evidence Page.
See the design wiki for the template structure. You will need to get information from the data base to display the exercise number, exercise title and description.
Think about the data structure you will be receiving.
You will also need a form and a submit button.
Tasks:
[ ] Check the wiki for relevant information.
[ ] Create component file.
[ ] Understand the expected data which will be used to render the information displayed.
[ ] Add a 'https//example' placeholder in the input form.
[ ] Write tests for this component.
You won't need to do any design just yet, just the basics to get this showing.
Atm do not worry about what happens to the link once submitted.
Inside a users modules, they need to be able to submit their completed exercise Github link. So we need to build an Exercise Evidence Page.
See the design wiki for the template structure. You will need to get information from the data base to display the exercise number, exercise title and description.
Think about the data structure you will be receiving.
You will also need a form and a submit button.
Tasks:
You won't need to do any design just yet, just the basics to get this showing.
Atm do not worry about what happens to the link once submitted.