ubclaunchpad / rocket2

🚀 The official UBC Launch Pad Slack bot and team management platform
https://rocket2.readthedocs.io
Other
18 stars 6 forks source link

cleanup: remove api and projects #602

Closed chuck-sys closed 3 years ago

chuck-sys commented 3 years ago

Details

Remove unused api and everything about projects (because of some bad design decisions).

codecov[bot] commented 3 years ago

Codecov Report

Merging #602 (65c15b5) into master (ff58ac3) will decrease coverage by 0.10%. The diff coverage is 95.65%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #602      +/-   ##
==========================================
- Coverage   92.91%   92.80%   -0.11%     
==========================================
  Files          43       41       -2     
  Lines        2442     2155     -287     
  Branches      328      296      -32     
==========================================
- Hits         2269     2000     -269     
+ Misses        115      105      -10     
+ Partials       58       50       -8     
Impacted Files Coverage Δ
app/controller/command/commands/__init__.py 100.00% <ø> (ø)
app/model/__init__.py 100.00% <ø> (ø)
config/__init__.py 100.00% <ø> (ø)
app/controller/command/parser.py 98.50% <90.00%> (+1.32%) :arrow_up:
app/controller/command/commands/team.py 85.47% <100.00%> (ø)
app/model/user.py 100.00% <100.00%> (ø)
db/dynamodb.py 90.55% <100.00%> (+0.04%) :arrow_up:
db/facade.py 100.00% <100.00%> (ø)
interface/github.py 96.63% <100.00%> (ø)
tests/memorydb.py 98.76% <100.00%> (+8.65%) :arrow_up:
... and 1 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 ff58ac3...65c15b5. Read the comment docs.