Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Aug 6, 2022. It is now read-only.

Conversation

@rrchai
Copy link
Contributor

@rrchai rrchai commented Apr 30, 2021

Based on PR #48, seed all tags from tags.json to database.

Two parts could be improved:

  • I tried JSON.parse function to read tags.json directly, but somehow it did not work out. So I changed compiler in tsconfig.json and import json module to load the tags.json.
  • Tags now are added one by one in a "for" loop and the loop cannot be directly followed by toPromise(). Since adding challenges data will be dependent on this step, need to find a way to connect these two steps sequentially.

dependabot bot and others added 10 commits May 1, 2021 12:13
Bumps [@angular/cli](https://github.com/angular/angular-cli) from 11.2.6 to 11.2.11.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Commits](angular/angular-cli@v11.2.6...v11.2.11)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@angular-devkit/build-angular](https://github.com/angular/angular-cli) from 0.1102.6 to 0.1102.11.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Commits](https://github.com/angular/angular-cli/commits)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Thomas Schaffter <[email protected]>
Bumps [@types/jasmine](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasmine) from 3.6.9 to 3.6.10.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jasmine)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.20.7 to 15.0.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Thomas Schaffter <[email protected]>
* Push tags concurrently using forkJoin

* Convert JSON tag objects to Tag[]

* Restore optional Tag.tagId
@tschaffter tschaffter merged commit 390a3df into develop May 4, 2021
@tschaffter tschaffter deleted the seed-tags branch May 4, 2021 13:31
@github-actions
Copy link

github-actions bot commented May 5, 2022

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants