-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Added Train-A project #1683
Added Train-A project #1683
Conversation
tasks/train-a/search.md
Outdated
|
||
#### Acceptance Criteria 3: Modal window content (5) | ||
|
||
- Title of modal contains text "Route" alogn with route id number. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo in 'alogn' should be along :)
tasks/train-a/header-fragment.md
Outdated
- The "Admin" link must redirect to the [admin page](./admin/readme.md). | ||
- The "Admin" link must be accessible only to users with the manager or administrator role, enforced by a guard. | ||
|
||
#### Acceptance Criteria 4: Guard for qdmin page |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a little typo here :) 'qdmin' should be 'admin'
|
||
#### Requirement 2: Guest state | ||
|
||
- The header must display the following links for guests: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a bit confusing ':' at the end of the line :)
maybe to add smth like you can find details in the ### Acceptance Criteria
|
||
#### Requirement 3: General user state | ||
|
||
- The header must display the following links for authenticated general users: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a bit confusing ':' at the end of the line :)
maybe to add smth like you can find details in the ### Acceptance Criteria
tasks/train-a/profile.md
Outdated
|
||
- **Name record:** Name of the user. | ||
- **Email record:** Registered user email. | ||
- **Eedit buttons:** Pencil buttons to allow user edit information. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
possibly should be 'Edit' instead of 'Eedit' :)
tasks/train-a/search.md
Outdated
- **Form field _Date_**: From what date to search | ||
- **Search**: Button to initiate the search process | ||
- **Result list item**: | ||
- **Arrival date/time**: When train reach the target |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
probably should be reaches
here
tasks/train-a/search.md
Outdated
|
||
> [!WARNING] | ||
> **Technical quirk** | ||
> Developer should obtain coordinates of the location throught whatever external services their want while user fill city name in the form field. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a little typo :)
throught
probably should be through
and maybe their want
> they want
and probably user fills
tasks/train-a/search.md
Outdated
|
||
> [!WARNING] | ||
> **Technical quirk** | ||
> Developer should obtain coordinates of the location throught whatever external services their want while user fill city name in the form field. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
probably same typos here
throught
probably should be through
and maybe their want
> they want
and probably user fills
New final project: Train-A
Added .md files along with images to the project Train-A in
tasks
🤔 This is a ...
Description
New project composed to orchestrate train journeys as manager and consume as a user.
Project requires Angular framework, libraries for components and styles.
Additional Information
Checklist