Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Vue.js frontend skeleton #12

Merged
merged 30 commits into from
Oct 13, 2020
Merged

Add Vue.js frontend skeleton #12

merged 30 commits into from
Oct 13, 2020

Conversation

Liam-Deacon
Copy link
Owner

Add code infrastructure for developing front-end SPA with Vue.js

@codecov
Copy link

codecov bot commented Oct 12, 2020

Codecov Report

Merging #12 into master will increase coverage by 0.54%.
The diff coverage is 87.96%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #12      +/-   ##
==========================================
+ Coverage   68.11%   68.66%   +0.54%     
==========================================
  Files          17       17              
  Lines         643      651       +8     
  Branches       51       52       +1     
==========================================
+ Hits          438      447       +9     
+ Misses        195      194       -1     
  Partials       10       10              
Flag Coverage Δ
#unittests 68.66% <87.96%> (+0.54%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
online_store/__main__.py 0.00% <0.00%> (ø)
online_store/backend/utils/query.py 38.70% <33.33%> (ø)
online_store/backend/routes/store.py 35.29% <40.00%> (+0.34%) ⬆️
online_store/backend/gift_list.py 67.97% <66.66%> (-0.03%) ⬇️
online_store/backend/routes/gifts.py 72.54% <83.33%> (+0.54%) ⬆️
online_store/backend/routes/auth.py 77.00% <91.66%> (+0.71%) ⬆️
online_store/backend/models/item.py 87.17% <94.11%> (+0.33%) ⬆️
online_store/backend/models/database.py 92.30% <100.00%> (ø)
online_store/backend/models/gift.py 100.00% <100.00%> (ø)
online_store/backend/models/order.py 96.77% <100.00%> (ø)
... and 6 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 383087b...cf11f6f. Read the comment docs.

@Liam-Deacon Liam-Deacon changed the title Vue frontend skeleton Add Vue.js frontend skeleton Oct 12, 2020
@todo
Copy link

todo bot commented Oct 13, 2020

add brands table & change to ForeignKey

brand = Column(Text) # TODO: add brands table & change to ForeignKey
price = Column(Float, nullable=True)
currency = Column(Text) # TODO: change to foreign key for currencies
in_stock_quantity = Column(Integer, nullable=False)
@classmethod


This comment was generated by todo based on a TODO comment in ae1606e in #12. cc @Liam-Deacon.

@todo
Copy link

todo bot commented Oct 13, 2020

change to foreign key for currencies

currency = Column(Text) # TODO: change to foreign key for currencies
in_stock_quantity = Column(Integer, nullable=False)
@classmethod
def load_json(cls, filepath: Union[Path, str]):
"""Convenience method for loading JSON data into items table."""


This comment was generated by todo based on a TODO comment in ae1606e in #12. cc @Liam-Deacon.

@todo
Copy link

todo bot commented Oct 13, 2020

add brands table & change to ForeignKey

brand = Column(Text) # TODO: add brands table & change to ForeignKey
price = Column(Float, nullable=True)
currency = Column(Text) # TODO: change to foreign key for currencies
in_stock_quantity = Column(Integer, nullable=False)
@classmethod


This comment was generated by todo based on a TODO comment in 7b40c65 in #12. cc @Liam-Deacon.

@todo
Copy link

todo bot commented Oct 13, 2020

add brands table & change to ForeignKey

brand = Column(Text) # TODO: add brands table & change to ForeignKey
price = Column(Float, nullable=True)
currency = Column(Text) # TODO: change to foreign key for currencies
in_stock_quantity = Column(Integer, nullable=False)
@classmethod


This comment was generated by todo based on a TODO comment in e025f0b in #12. cc @Liam-Deacon.

@todo
Copy link

todo bot commented Oct 13, 2020

add brands table & change to ForeignKey

brand = Column(Text) # TODO: add brands table & change to ForeignKey
price = Column(Float, nullable=True)
currency = Column(Text) # TODO: change to foreign key for currencies
in_stock_quantity = Column(Integer, nullable=False)
@classmethod


This comment was generated by todo based on a TODO comment in 7dfb67c in #12. cc @Liam-Deacon.

@todo
Copy link

todo bot commented Oct 13, 2020

add brands table & change to ForeignKey

brand = Column(Text) # TODO: add brands table & change to ForeignKey
price = Column(Float, nullable=True)
currency = Column(Text) # TODO: change to foreign key for currencies
in_stock_quantity = Column(Integer, nullable=False)
@classmethod


This comment was generated by todo based on a TODO comment in cf11f6f in #12. cc @Liam-Deacon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants