From 3751379f1e9a4c215fb6eb898b4ccc67659b9ace Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 21:51:50 +0700 Subject: initial commit 2 --- addons/gamification/static/description/icon.png | Bin 0 -> 8701 bytes addons/gamification/static/description/icon.svg | 22 ++++++++++++ .../static/img/badge_good_job-image.png | Bin 0 -> 11977 bytes .../gamification/static/img/badge_hidden-image.png | Bin 0 -> 63364 bytes .../gamification/static/img/badge_idea-image.png | Bin 0 -> 14773 bytes .../static/img/badge_problem_solver-image.png | Bin 0 -> 22343 bytes addons/gamification/static/img/rank_bachelor.png | Bin 0 -> 13745 bytes .../static/img/rank_bachelor_badge.svg | 1 + addons/gamification/static/img/rank_doctor.png | Bin 0 -> 14122 bytes .../gamification/static/img/rank_doctor_badge.svg | 1 + addons/gamification/static/img/rank_master.png | Bin 0 -> 7037 bytes .../gamification/static/img/rank_master_badge.svg | 1 + addons/gamification/static/img/rank_misc_hat.png | Bin 0 -> 69498 bytes addons/gamification/static/img/rank_misc_mug.png | Bin 0 -> 56333 bytes .../gamification/static/img/rank_misc_unicorn.png | Bin 0 -> 12747 bytes addons/gamification/static/img/rank_misc_wand.png | Bin 0 -> 39007 bytes addons/gamification/static/img/rank_misc_world.png | Bin 0 -> 53474 bytes addons/gamification/static/img/rank_newbie.png | Bin 0 -> 3550 bytes .../gamification/static/img/rank_newbie_badge.svg | 1 + addons/gamification/static/img/rank_student.png | Bin 0 -> 5891 bytes .../gamification/static/img/rank_student_badge.svg | 1 + .../gamification/static/src/scss/gamification.scss | 37 +++++++++++++++++++++ 22 files changed, 64 insertions(+) create mode 100644 addons/gamification/static/description/icon.png create mode 100644 addons/gamification/static/description/icon.svg create mode 100644 addons/gamification/static/img/badge_good_job-image.png create mode 100644 addons/gamification/static/img/badge_hidden-image.png create mode 100644 addons/gamification/static/img/badge_idea-image.png create mode 100644 addons/gamification/static/img/badge_problem_solver-image.png create mode 100644 addons/gamification/static/img/rank_bachelor.png create mode 100644 addons/gamification/static/img/rank_bachelor_badge.svg create mode 100644 addons/gamification/static/img/rank_doctor.png create mode 100644 addons/gamification/static/img/rank_doctor_badge.svg create mode 100644 addons/gamification/static/img/rank_master.png create mode 100644 addons/gamification/static/img/rank_master_badge.svg create mode 100644 addons/gamification/static/img/rank_misc_hat.png create mode 100644 addons/gamification/static/img/rank_misc_mug.png create mode 100644 addons/gamification/static/img/rank_misc_unicorn.png create mode 100644 addons/gamification/static/img/rank_misc_wand.png create mode 100644 addons/gamification/static/img/rank_misc_world.png create mode 100644 addons/gamification/static/img/rank_newbie.png create mode 100644 addons/gamification/static/img/rank_newbie_badge.svg create mode 100644 addons/gamification/static/img/rank_student.png create mode 100644 addons/gamification/static/img/rank_student_badge.svg create mode 100644 addons/gamification/static/src/scss/gamification.scss (limited to 'addons/gamification/static') diff --git a/addons/gamification/static/description/icon.png b/addons/gamification/static/description/icon.png new file mode 100644 index 00000000..ae5680a6 Binary files /dev/null and b/addons/gamification/static/description/icon.png differ diff --git a/addons/gamification/static/description/icon.svg b/addons/gamification/static/description/icon.svg new file mode 100644 index 00000000..9b5eaf27 --- /dev/null +++ b/addons/gamification/static/description/icon.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/addons/gamification/static/img/badge_good_job-image.png b/addons/gamification/static/img/badge_good_job-image.png new file mode 100644 index 00000000..293bb019 Binary files /dev/null and b/addons/gamification/static/img/badge_good_job-image.png differ diff --git a/addons/gamification/static/img/badge_hidden-image.png b/addons/gamification/static/img/badge_hidden-image.png new file mode 100644 index 00000000..1c5cf7b6 Binary files /dev/null and b/addons/gamification/static/img/badge_hidden-image.png differ diff --git a/addons/gamification/static/img/badge_idea-image.png b/addons/gamification/static/img/badge_idea-image.png new file mode 100644 index 00000000..5f4917b2 Binary files /dev/null and b/addons/gamification/static/img/badge_idea-image.png differ diff --git a/addons/gamification/static/img/badge_problem_solver-image.png b/addons/gamification/static/img/badge_problem_solver-image.png new file mode 100644 index 00000000..52a75f72 Binary files /dev/null and b/addons/gamification/static/img/badge_problem_solver-image.png differ diff --git a/addons/gamification/static/img/rank_bachelor.png b/addons/gamification/static/img/rank_bachelor.png new file mode 100644 index 00000000..8dd6b54f Binary files /dev/null and b/addons/gamification/static/img/rank_bachelor.png differ diff --git a/addons/gamification/static/img/rank_bachelor_badge.svg b/addons/gamification/static/img/rank_bachelor_badge.svg new file mode 100644 index 00000000..6fd78eb6 --- /dev/null +++ b/addons/gamification/static/img/rank_bachelor_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/addons/gamification/static/img/rank_doctor.png b/addons/gamification/static/img/rank_doctor.png new file mode 100644 index 00000000..1454d3f3 Binary files /dev/null and b/addons/gamification/static/img/rank_doctor.png differ diff --git a/addons/gamification/static/img/rank_doctor_badge.svg b/addons/gamification/static/img/rank_doctor_badge.svg new file mode 100644 index 00000000..91964edd --- /dev/null +++ b/addons/gamification/static/img/rank_doctor_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/addons/gamification/static/img/rank_master.png b/addons/gamification/static/img/rank_master.png new file mode 100644 index 00000000..8354dd3c Binary files /dev/null and b/addons/gamification/static/img/rank_master.png differ diff --git a/addons/gamification/static/img/rank_master_badge.svg b/addons/gamification/static/img/rank_master_badge.svg new file mode 100644 index 00000000..feb63293 --- /dev/null +++ b/addons/gamification/static/img/rank_master_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/addons/gamification/static/img/rank_misc_hat.png b/addons/gamification/static/img/rank_misc_hat.png new file mode 100644 index 00000000..17221956 Binary files /dev/null and b/addons/gamification/static/img/rank_misc_hat.png differ diff --git a/addons/gamification/static/img/rank_misc_mug.png b/addons/gamification/static/img/rank_misc_mug.png new file mode 100644 index 00000000..08e1fae9 Binary files /dev/null and b/addons/gamification/static/img/rank_misc_mug.png differ diff --git a/addons/gamification/static/img/rank_misc_unicorn.png b/addons/gamification/static/img/rank_misc_unicorn.png new file mode 100644 index 00000000..c22056dc Binary files /dev/null and b/addons/gamification/static/img/rank_misc_unicorn.png differ diff --git a/addons/gamification/static/img/rank_misc_wand.png b/addons/gamification/static/img/rank_misc_wand.png new file mode 100644 index 00000000..0101c36f Binary files /dev/null and b/addons/gamification/static/img/rank_misc_wand.png differ diff --git a/addons/gamification/static/img/rank_misc_world.png b/addons/gamification/static/img/rank_misc_world.png new file mode 100644 index 00000000..087b7e7b Binary files /dev/null and b/addons/gamification/static/img/rank_misc_world.png differ diff --git a/addons/gamification/static/img/rank_newbie.png b/addons/gamification/static/img/rank_newbie.png new file mode 100644 index 00000000..adf608ce Binary files /dev/null and b/addons/gamification/static/img/rank_newbie.png differ diff --git a/addons/gamification/static/img/rank_newbie_badge.svg b/addons/gamification/static/img/rank_newbie_badge.svg new file mode 100644 index 00000000..66720ce6 --- /dev/null +++ b/addons/gamification/static/img/rank_newbie_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/addons/gamification/static/img/rank_student.png b/addons/gamification/static/img/rank_student.png new file mode 100644 index 00000000..5a52b7ab Binary files /dev/null and b/addons/gamification/static/img/rank_student.png differ diff --git a/addons/gamification/static/img/rank_student_badge.svg b/addons/gamification/static/img/rank_student_badge.svg new file mode 100644 index 00000000..561ea368 --- /dev/null +++ b/addons/gamification/static/img/rank_student_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/addons/gamification/static/src/scss/gamification.scss b/addons/gamification/static/src/scss/gamification.scss new file mode 100644 index 00000000..5139c154 --- /dev/null +++ b/addons/gamification/static/src/scss/gamification.scss @@ -0,0 +1,37 @@ +.o_kanban_gamification { + img.o_kanban_badge_avatars { + width: 30px; + height: 30px; + padding-left: 0; + margin-top: 8px; + border-radius: 2px; + -box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); + object-fit: cover; + } + .o_kanban_content { + .o_goal_state_block { + width: 200px; + height: 130px; + margin: auto; + margin-bottom: -20px; + text-align: center; + .o_goal_state { + font-size: 2.5em; + font-weight: bold; + padding-top: 13px; + } + } + } + .o_kanban_badge_description { + padding-bottom: 15px; + } + .o_red { + color: red; + } + .o_green { + color: green; + } + .o_orange { + color: orange; + } +} -- cgit v1.2.3