PythonFreeCourse / calendar

Apache License 2.0
34 stars 52 forks source link

Feature/shared list #278

Closed Eliory09 closed 3 years ago

Eliory09 commented 3 years ago

Issue #281 : Feature for shared item list for events.

codecov-io commented 3 years ago

Codecov Report

Merging #278 (499054e) into develop (b947751) will increase coverage by 0.03%. The diff coverage is 98.11%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #278      +/-   ##
===========================================
+ Coverage    95.41%   95.44%   +0.03%     
===========================================
  Files           79       79              
  Lines         3575     3625      +50     
===========================================
+ Hits          3411     3460      +49     
- Misses         164      165       +1     
Impacted Files Coverage Δ
app/database/models.py 97.07% <95.23%> (-0.18%) :arrow_down:
app/routers/event.py 97.36% <100.00%> (+0.27%) :arrow_up:

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 b947751...4eaf30c. Read the comment docs.

Eliory09 commented 3 years ago

@yammesicka @subscorp , Uploaded changes according to your reviews: Minor typo fixes, changes to the .html .css .js files of the event edit page. If there's anything else I should fix or add to the code - let me know. Thanks!

yammesicka commented 3 years ago

BTW, HTMX probably could make this a very easy ticket :)) I'd suggest to take a look