20200528
·
284 commits
to develop
since this release
-
- active user registration, session
-
Model: Organization, Organizations_user #18 #19 #21 (Invitation add_col)
-
- Model: Invite
- 寄邀請信功能
- 基本受邀註冊畫面
- 邀請紀錄: 可對未接受這再次邀請、可刪除邀請
- Figaro gem #90
-
Routes update:
-
View:
-
feature: Channel
- Model: Channel, ChannelsOrgUser #27 #29
- controller, routes #35
#37 #38 - add seed.rb (test123帳號密碼、organization * 1、channel * 3)
- application_controller: add current_channel method
- dashboard_controller.rb: set up session
- routes.rb: set up post "/switch_channel" to "dashboard#update"
#41 #31 - 新增channel_roles controller (new: 寄信功能, create: 同意邀請)
- Channel CRUD
- 變更channel操作權限判斷順序 #71
-
feature: Content