pycontw / pycon.tw

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

Add location and begin_time to talk and tutorial list's api #1088

Closed lingin1230 closed 2 years ago

lingin1230 commented 2 years ago

…and tutorialList's api

Types of changes

Description

Add location and begin_time into events/talk, tutorial's api

Steps to Test This Pull Request

Please visit /api/events/speeches

Expected behavior

See if data with event_type talk or tutorial have location and begin_time

截圖 2022-07-02 下午6 48 10
codecov-commenter commented 2 years ago

Codecov Report

Merging #1088 (eb71ea2) into master (1b594f5) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #1088   +/-   ##
=======================================
  Coverage   69.49%   69.49%           
=======================================
  Files          82       82           
  Lines        3340     3340           
=======================================
  Hits         2321     2321           
  Misses       1019     1019           
Impacted Files Coverage Δ
src/events/api/serializers.py 66.96% <100.00%> (ø)

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 1b594f5...eb71ea2. Read the comment docs.