mirror of
https://codeberg.org/andyscott/ExerciseTracker.git
synced 2024-12-21 11:43:10 -05:00
Fix links
This commit is contained in:
parent
a086b04d1b
commit
484f5e81b3
1 changed files with 3 additions and 3 deletions
|
@ -5,20 +5,20 @@ Stack to implement a REST API and a graphical interface for logging exercises.
|
||||||
The home page greets the user with a table of past exercises. An exercise can
|
The home page greets the user with a table of past exercises. An exercise can
|
||||||
be edited, or deleted, by clicking on the appropriate icon within the table.
|
be edited, or deleted, by clicking on the appropriate icon within the table.
|
||||||
|
|
||||||
<a href="./info/image-home.png"><img src="info/image-home.png" alt="Home page" align="center" width="250"/></a>
|
<a href="ExerciseTracker/info/image-home.png"><img src="info/image-home.png" alt="Home page" align="center" width="250"/></a>
|
||||||
|
|
||||||
Click the "plus" button on the home page to create a new exercise,
|
Click the "plus" button on the home page to create a new exercise,
|
||||||
and enter the details such as the name of the exercise and the number of
|
and enter the details such as the name of the exercise and the number of
|
||||||
repititions. Alternatively, use the links section at the bottom of the
|
repititions. Alternatively, use the links section at the bottom of the
|
||||||
page to navigate the site.
|
page to navigate the site.
|
||||||
|
|
||||||
<a href="./info/image-create.png"><img src="info/image-create.png" alt="Create page" align="center" width="250"/></a>
|
<a href="ExerciseTracker/info/image-create.png"><img src="info/image-create.png" alt="Create page" align="center" width="250"/></a>
|
||||||
|
|
||||||
Note that when creating or editing an exercise the data is
|
Note that when creating or editing an exercise the data is
|
||||||
validated to help ensure accurate input. For example, the server verifies that
|
validated to help ensure accurate input. For example, the server verifies that
|
||||||
"weight" and "reps" are integers, while "name" must be a string.
|
"weight" and "reps" are integers, while "name" must be a string.
|
||||||
|
|
||||||
<a href="./info/image-edit.png"><img src="info/image-edit.png" alt="Edit page" align="center" width="250"/></a>
|
<a href="ExerciseTracker/info/image-edit.png"><img src="info/image-edit.png" alt="Edit page" align="center" width="250"/></a>
|
||||||
|
|
||||||
After editing or creating an exercise the user is taken back to the home page to view the
|
After editing or creating an exercise the user is taken back to the home page to view the
|
||||||
updated table.
|
updated table.
|
||||||
|
|
Loading…
Reference in a new issue