This repository has been archived by the owner on Nov 6, 2024. It is now read-only.
Releases: ntut-xuan/FastShop
Releases · ntut-xuan/FastShop
Fastshop Final
Fastshop 0.2.0 released!
我們很開心的公布我們有了 0.2.0 版本的 FastShop。
在這個版本,我們帶來了:
使用者方面上:
- 完成物品列表頁面
- 完成物品詳細頁面
開發者方面上:
- 撰寫了 182 個測試資料,使用 PyTest 確保軟體穩定度(Github Action)
Fastshop 0.1.0 released!
我們很開心的公布我們有了 0.1.0
版本的 FastShop。
在這個版本,我們帶來了:
使用者方面上:
- 完成登入系統
- 完成註冊系統
開發者方面上:
- 完成 Code Coverage 的設置(Github Action)
- 完成 Docker CI 的設置(Github Action)
- 撰寫了近 90 個測試資料,使用 PyTest 確保軟體穩定度(Github Action)
- 使用強型別的宣告來確保資料型態,並使用 MyPy 確認是否有確實符合(Github Action)
- 使用 Pre-commit 來確保 commit 符合團隊開發規範(Black, trailing whitespace, ending newline)。
- 使用 Flasgger 來提供 Swagger API Documentation。