Releases: CUHK-CIBAY/beaconnect
Releases · CUHK-CIBAY/beaconnect
Release list
Pre-release v1
What's New
Finish basic feature
- Normal User
- Register / Login
- Post / Comment / Re Bit
- Image support
- User profile
- Search / Follow User
- Admin
- Delete User
- Show User
- Public GraphQL API
- Deployment
What's next
- User Auth Control
- Cross brower tag logout
- Chat Room
- Search Bit
- Recommend Model
- Unit / Module / e2e Testing
- SSO Login
- Email Verfication
- Forget / Reset password
- 2 FA
- CORS / ACL on AWS
- Video / Audio Support
- Modular Component for FE
- Document
- PR template
Bugfix
- None
Known Issue
- FrontEnd
- Suppress too many linter
- Not organizing structure well
- duplicate code everywhere
- Broken UI
- No auto refresh after mutation
- UI button lack of feedback
- self defined query type (No single source of truth)
- BackEnd
- type checking
- DB driver session close
- No auth on public API
- Other
- Not working CI
- Lack of Docs
Auto-generate release note
What's Changed
- feat: move database driver into context by @isaackhlam in #19
- feat: bit impl for post bit and like bit by @isaackhlam in #27
- Frontend with Login page and Register Page by @AnsonCheng03 in #28
- Frontend login with JWT token support by @AnsonCheng03 in #37
- feat: support username login by @Yan2637291 in #32
- Frontend index page by @AnsonCheng03 in #39
- User isliked bit by @Chiubiu in #41
- Now can do query on the server and fetch / send the bits by @AnsonCheng03 in #43
- feat: deploy backend graphql server to AWS by @isaackhlam in #45
- Fix cloud by @isaackhlam in #47
- feat: add show bit query by @isaackhlam in #48
- feat: delete user by @isaackhlam in #58
- feat: add show all user function by @isaackhlam in #55
- feat: add author for bit by @isaackhlam in #61
- Feat: search page by @Chiubiu in #62
- feat: comment support by @isaackhlam in #69
- feat: frontend show bit by @Yan2637291 in #68
- feat: follow user by @isaackhlam in #70
- Feat user info by @isaackhlam in #74
- Frontend admin panel by @Yan2637291 in #73
- Feat user role by @isaackhlam in #77
- feat: add bio for user by @isaackhlam in #79
- feat: rebit by @isaackhlam in #80
- Force user to create profile if not yet created by @AnsonCheng03 in #66
- Feat search page and search result page (latest and people ) by @Chiubiu in #75
- Revert "Feat search page and search result page (latest and people )" by @isaackhlam in #81
- feat: search page by @isaackhlam in #82
- feat: add Frontend profile page by @Yan2637291 in #84
- feat: add image server by @isaackhlam in #86
- Fix graph ql token invalid by @AnsonCheng03 in #87
- feat: add user profile file on user info by @isaackhlam in #88
- Fix frontend ts error by @isaackhlam in #89
- Frontend setting page by @Yan2637291 in #91
- Feat profile image with like bit by @AnsonCheng03 in #92
- feaT: like giver resolver by @isaackhlam in #93
- Fix broken UI by @AnsonCheng03 in #94
- feat: login return whole User object by @isaackhlam in #96
- feat: username login support by @isaackhlam in #99
- Home page update by @Yan2637291 in #100
- feat: frontend setting reset password by @Yan2637291 in #95
- Feat username login and is liked by @AnsonCheng03 in #101
- feat: deploy scipt by @isaackhlam in #102
- Feat admin panel by @Chiubiu in #103
- feat: add userSearch-query by @BillyLam1023 in #98
- feat: allow cors for backend by @isaackhlam in #106
- fix: missing bits resolver on User obejct by @isaackhlam in #108
- fix: missing comment on Bit object by @isaackhlam in #109
- feat: add logo by @BillyLam1023 in #107
- feat: frontend help page by @Yan2637291 in #105
- feat: uuid on all object by @isaackhlam in #111
- Feat profile page by @isaackhlam in #112
- fix: rebit bug by @isaackhlam in #113
- feat: frontend Mobile phone version by @Yan2637291 in #110
- feat: search result page and show follow user bit by @isaackhlam in #115
- Feat final profile by @AnsonCheng03 in #114
- fix: css and change home button by @isaackhlam in #116
- feat: comment by @isaackhlam in #117
- feat: help page by @isaackhlam in #118
- perf: increase backend server timeout by @isaackhlam in #119
New Contributors
- @AnsonCheng03 made their first contribution in #28
- @Yan2637291 made their first contribution in #32
- @Chiubiu made their first contribution in #41
Full Changelog: https://github.com/CUHK-CIBAY/beaconnect/commits/v1.0.0-alpha-1