Added 'Published/Approved' Tags
"Published" and "Approved by Admin" Tags are now displayed for challenges.
Changes proposed in this pull request:
- Published/Approved-By-Admin tags are displayed for all the challenges. (Not approved/Not published challenges are visible only to host along with tags)
- Link to live demo: http://pr-XXX-evalai.surge.sh
- New tags besides existing "Artificial Intelligence" and "Machine Learning" tags could be seen below.
Codecov Report
Merging #102 into master will decrease coverage by
0.37%. The diff coverage is23.33%.
@@ Coverage Diff @@
## master #102 +/- ##
==========================================
- Coverage 53.43% 53.05% -0.38%
==========================================
Files 55 55
Lines 2360 2388 +28
Branches 253 255 +2
==========================================
+ Hits 1261 1267 +6
- Misses 1025 1045 +20
- Partials 74 76 +2
| Impacted Files | Coverage Δ | |
|---|---|---|
| ...lengelist/challengecard/challengecard.component.ts | 71.66% <0%> (-2.48%) |
:arrow_down: |
| ...bliclists/challengelist/challengelist.component.ts | 35.39% <23.07%> (-3.93%) |
:arrow_down: |
| src/app/services/endpoints.service.ts | 65.62% <50%> (-0.51%) |
:arrow_down: |
| Impacted Files | Coverage Δ | |
|---|---|---|
| ...lengelist/challengecard/challengecard.component.ts | 71.66% <0%> (-2.48%) |
:arrow_down: |
| ...bliclists/challengelist/challengelist.component.ts | 35.39% <23.07%> (-3.93%) |
:arrow_down: |
| src/app/services/endpoints.service.ts | 65.62% <50%> (-0.51%) |
:arrow_down: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update d3a7e1a...86e8920. Read the comment docs.
When I go to https://pr-102-evalai.surge.sh/ and challenges, I see API endpoint is blocked. Can you please look into it, so that we can see it working and verify the changes?
Once #127 is merged, I think the demo for this PR should work perfectly.