pycontw / pycon.tw

PyCon TW Proposal System & Backend Server
https://tw.pycon.org/prs
MIT License
95 stars 107 forks source link

Feat: added the API that we can verify attendee token #1026

Closed kaka-lin closed 3 years ago

kaka-lin commented 3 years ago

Types of changes

Description

The API that we can verify attendee token, and return youtube's information

Related Issue

Revamp ext2020 app

kaka-lin commented 3 years ago

Revamp ext2020 app

uranusjr commented 3 years ago

Can we put the code into ext2021 instead? It’s no longer 2020…

mattwang44 commented 3 years ago

Can we put the code into ext2021 instead? It’s no longer 2020…

Yes we planned to do this (see the attached Trello ticket). This PR is still on the halfway.

mattwang44 commented 3 years ago

Revamp ext2020 app

codecov-commenter commented 3 years ago

Codecov Report

Merging #1026 (f856b89) into master (ddec7ef) will decrease coverage by 0.11%. The diff coverage is 64.51%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1026      +/-   ##
==========================================
- Coverage   70.39%   70.28%   -0.12%     
==========================================
  Files          81       87       +6     
  Lines        3192     3254      +62     
==========================================
+ Hits         2247     2287      +40     
- Misses        945      967      +22     
Impacted Files Coverage Δ
src/attendee/apps.py 0.00% <0.00%> (ø)
src/pycontw2016/urls.py 85.71% <ø> (ø)
src/attendee/api/views.py 38.09% <38.09%> (ø)
src/attendee/resources.py 62.50% <62.50%> (ø)
src/attendee/admin.py 100.00% <100.00%> (ø)
src/attendee/api/urls.py 100.00% <100.00%> (ø)
src/attendee/models.py 100.00% <100.00%> (ø)
... and 3 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ddec7ef...f856b89. Read the comment docs.