Skip to content

Commit

Permalink
fix-11
Browse files Browse the repository at this point in the history
  • Loading branch information
Eisen666 committed Dec 14, 2023
1 parent 1ea93e8 commit 1a778f2
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 62 deletions.
6 changes: 0 additions & 6 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -367,12 +367,6 @@ export default defineConfig({
directory: "products/ontrack/Documentation/Front-End-Migration/Research & Findings",
},
},
{
label: "Testing",
autogenerate: {
directory: "products/ontrack/Documentation/Front-End-Migration/Testing",
},
},
{
label: "UI Enhancement",
autogenerate: {
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Relevant files:
The purpose of the component is to display the breaks that have been registered against a teaching
period. It also allows the user to sort the list by different criteria.

![teaching-period-breaks](Resources/teaching-period-breaks.png)
![teaching-period-breaks](/teaching-period-breaks.png)

## Component Outcomes and Interactions

Expand All @@ -44,11 +44,11 @@ such a way that is in line with the previous works to maintain consistency.

`unit-students-editor`

![unit-students-editor](Resources/unit-students-editor.png)
![unit-students-editor](/unit-students-editor.png)

## Component Post-Migration

The work required to migrate the component is now complete and the migrated component is shown
below.

![teaching-period-breaks-migrated](Resources/teaching-period-breaks-migrated.png)
![teaching-period-breaks-migrated](/teaching-period-breaks-migrated.png)
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Relevant files:
The purpose of the component is to edit the details for a teaching period. It also allows the user
to update key properties of a teaching period, such as the name and length.

![teaching-period-details-editor](Resources/teaching-period-details-editor.png)
![teaching-period-details-editor](/teaching-period-details-editor.png)

## Component Outcomes and Interactions

Expand All @@ -39,11 +39,11 @@ a way that is in line with the previous works to maintain consistency.

`edit-profile-form`

![edit-profile-form](Resources/edit-profile-form.png)
![edit-profile-form](/edit-profile-form.png)

## Component Post-Migration

The work required to migrate the component is now complete and the migrated component is shown
below.

![teaching-period-details-editor-migrated](Resources/teaching-period-details-editor-migrated.png)
![teaching-period-details-editor-migrated](/teaching-period-details-editor-migrated.png)
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The purpose of the component is to display the units that have been registered a
period. It also allows the user to search for specific units, sort the list by different criteria,
and navigate to a unit detail view.

![teaching-period-units](Resources/teaching-period-units.png)
![teaching-period-units](/teaching-period-units.png)

## Component Outcomes and Interactions

Expand All @@ -46,11 +46,11 @@ such a way that is in line with the previous works to maintain consistency.

`unit-students-editor`

![unit-students-editor](Resources/unit-students-editor.png)
![unit-students-editor](/unit-students-editor.png)

## Component Post-Migration

The work required to migrate the component is now complete and the migrated component is shown
below.

![teaching-period-units-migrated](Resources/teaching-period-units-migrated.png)
![teaching-period-units-migrated](/teaching-period-units-migrated.png)
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ a user submits the task, the system checks the CanSubmitTask attribute to determ
submission is allowed. If allowed, the SubmissionStatus attribute of the task is updated to
"Submitted." If not, the submission is rejected.

![solution](Solution_1.png)
![solution](/Solution_1.png)

## Solution 2: Adding Password for Certain Students

Expand All @@ -26,4 +26,4 @@ validates this password against the user's stored password. If the passwords mat
considered submitted, and the SubmissionStatus attribute of the task is updated to "Submitted."
Otherwise, the submission is rejected.

![solution](Solution_2.png)
![solution](/Solution_2.png)

0 comments on commit 1a778f2

Please sign in to comment.