ocftw / OSCVPass

OSCVPass (Open Source Contributor VIP Pass) 開源貢獻者快速通關計畫,是讓貢獻者提出近一年在開源領域貢獻的證明申請,申請核准後取得一年的 OSCVPass 資格後,可在合作的研討會活動參與取得回饋。
https://oscvpass.ocf.tw/
MIT License
7 stars 4 forks source link

Pretalx 使用角色測試 #14

Open toomore opened 1 year ago

toomore commented 1 year ago

Pretalx 建立後,需要扮演三種角色測試系統上的功能。

  1. 活動建立者:某某研討會的議程組,需要建立一個徵稿活動,如何建立徵稿頁面?如何設定投稿人額外調查資訊的欄位。
  2. 投稿人:投稿類型、貢獻類別(原始碼貢獻、推廣貢獻)。
  3. 審稿委員:如何進入系統審稿?如何取得審稿標準與規範?審稿委員的帳號權限設定。

建立測試資料

  1. install pip: docker exec -ti pretalx pip install Faker freezegun
  2. in docker compose: docker exec -ti pretalx pretalx create_test_event

ref. https://docs.pretalx.org/administrator/commands.html#python-m-pretalx-create-test-event

Result

  1. 各角色的使用流程
  2. Pretalx 帳號權限設定與差異

預定時程

  1. 7/10 - 7/14