Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

feat: 1752 kurono badges #1767

Merged
merged 18 commits into from
May 18, 2023
Merged

feat: 1752 kurono badges #1767

merged 18 commits into from
May 18, 2023

Conversation

SKairinos
Copy link
Collaborator

@SKairinos SKairinos commented May 11, 2023

Description

How Has This Been Tested?

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have linked this PR to a ZenHub Issue.

This change is Reviewable

@SKairinos SKairinos linked an issue May 11, 2023 that may be closed by this pull request
@SKairinos SKairinos changed the title feat: 1747 kurono badges feat: 1752 kurono badges May 15, 2023
Copy link
Contributor

@faucomte97 faucomte97 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 16 of 17 files at r4, 1 of 1 files at r5, all commit messages.
Reviewable status: all files reviewed, 3 unresolved discussions (waiting on @SKairinos)


game_frontend/src/components/Badge/badges.js line 37 at r5 (raw file):

    message: 'You picked up your first artefact!',
    img: PickupBadge,
    name: 'Pickup artefact'

Something about these badges isn't working right


game_frontend/src/pyodide/badges.ts line 34 at r5 (raw file):

  } = await response.json();

  for (var i = 0; i < responseJson.passed.length; i++) {

can we have let here?


game_frontend/src/pyodide/badges.ts line 42 at r5 (raw file):

  return badges;
}

Add a new line please

Copy link
Contributor

@faucomte97 faucomte97 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 1 of 1 files at r6.
Reviewable status: all files reviewed (commit messages unreviewed), 1 unresolved discussion (waiting on @SKairinos)

Copy link
Contributor

@faucomte97 faucomte97 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @SKairinos)

Copy link
Collaborator Author

@SKairinos SKairinos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @faucomte97)


game_frontend/src/components/Badge/badges.js line 37 at r5 (raw file):

Previously, faucomte97 (Florian Aucomte) wrote…

Something about these badges isn't working right

following up with Rebecca


game_frontend/src/pyodide/badges.ts line 34 at r5 (raw file):

Previously, faucomte97 (Florian Aucomte) wrote…

can we have let here?

done


game_frontend/src/pyodide/badges.ts line 42 at r5 (raw file):

Previously, faucomte97 (Florian Aucomte) wrote…

Add a new line please

done

Copy link
Contributor

@faucomte97 faucomte97 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 1 of 1 files at r7, 2 of 2 files at r8, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @SKairinos)

Copy link
Contributor

@faucomte97 faucomte97 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 3 of 4 files at r9, 1 of 1 files at r10, 1 of 1 files at r11, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @SKairinos)

@codecov
Copy link

codecov bot commented May 18, 2023

Codecov Report

Merging #1767 (ff17805) into master (4f7354b) will decrease coverage by 0.44%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1767      +/-   ##
==========================================
- Coverage   66.76%   66.32%   -0.44%     
==========================================
  Files         180      182       +2     
  Lines        3719     3715       -4     
  Branches      264      258       -6     
==========================================
- Hits         2483     2464      -19     
- Misses       1205     1220      +15     
  Partials       31       31              
Impacted Files Coverage Δ
aimmo-game/service.py 0.00% <ø> (ø)
game_frontend/src/components/Badge/badges.js 100.00% <ø> (ø)
game_frontend/src/img/2_avoid.svg 50.00% <ø> (ø)
game_frontend/src/img/2_pick_up.svg 50.00% <ø> (ø)
game_frontend/src/pyodide/badges.ts 0.00% <0.00%> (-100.00%) ⬇️
..._frontend/src/redux/features/AvatarWorker/epics.js 42.10% <ø> (ø)

Copy link
Contributor

@faucomte97 faucomte97 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @SKairinos)

@faucomte97 faucomte97 merged commit b2c6ae4 into master May 18, 2023
@faucomte97 faucomte97 deleted the 1747_kurono_badges branch May 18, 2023 15:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Kurono badges worksheet 2 - frontend
2 participants