-
Notifications
You must be signed in to change notification settings - Fork 1
571 ui list trending technologies #577
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
6cd51af
feat: #571 technology report
scastillo-jp 6d17a87
feat: #571 technology report - move componente TimeTange to shared
scastillo-jp 07c130e
feat: #571 technology report - test create component
scastillo-jp 6cff3df
feat: #571 mock data
scastillo-jp 2170c89
fix: #571 update async for waitForAsync
scastillo-jp ed579b6
fix: #571 test coverage
scastillo-jp 0e86804
TT-52 feat: add toggle flag
Angeluz-07 6f4a168
TT-52 feat: update previous test
Angeluz-07 29bbfa7
TT-52 feat: remove print
Angeluz-07 20f8679
TT-52 feat: unit tests for feature flag ui-list-technologies
Angeluz-07 e489731
TT-52 feat: include route in the feature toggle
Angeluz-07 13967e6
TT-52 feat: consider global toggle state
Angeluz-07 2965e16
TT-52 feat: update aync methods in user components
Angeluz-07 fe6a733
TT-52 feat: remove errors due to rebase
Angeluz-07 56283c6
TT-52 feat: CI test
Angeluz-07 a9150e6
ci: update workflow
Angeluz-07 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: #571 update async for waitForAsync
- Loading branch information
commit 2170c89e92bf754c09e7ebf259b6104123ad8e93
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
55 changes: 34 additions & 21 deletions
55
src/app/modules/technology-report/components/technology-report-table/data.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,27 +1,40 @@ | ||
| { | ||
| "data": [ | ||
| [ | ||
| { | ||
| "id": 1, | ||
| "name_technology": "Superman", | ||
| "users": [ | ||
| { | ||
| "technology": [ | ||
| "id": 1, | ||
| "email_user": "[email protected]", | ||
| "time_spent": 10, | ||
| "project": [ | ||
| { | ||
| "id": 1, | ||
| "name_technology": "Superman", | ||
| "users": [ | ||
| { | ||
| "id": 1, | ||
| "email_user": "[email protected]", | ||
| "time_spent": 10, | ||
| "project": [ | ||
| { | ||
| "id": "1", | ||
| "project_name": "Time tracker", | ||
| "time_spent": "8" | ||
| } | ||
| ] | ||
| } | ||
| ], | ||
| "time_spent": 10 | ||
| "project_name": "Time tracker", | ||
| "time_spent": 8 | ||
| } | ||
| ] | ||
| } | ||
| ] | ||
| } | ||
| ], | ||
| "time_spent": 10 | ||
| }, | ||
| { | ||
| "id": 2, | ||
| "name_technology": "Tor", | ||
| "users": [ | ||
| { | ||
| "id": 1, | ||
| "email_user": "[email protected]", | ||
| "time_spent": 10, | ||
| "project": [ | ||
| { | ||
| "id": 1, | ||
| "project_name": "Time tracker", | ||
| "time_spent": 8 | ||
| } | ||
| ] | ||
| } | ||
| ], | ||
| "time_spent": 10 | ||
| } | ||
| ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.