COSCUP / COSCUP-Volunteer

The COSCUP volunteer platform is an online tool that allows interested individuals to register as volunteers for the conference, and a way for volunteers to communicate with each other and with the organizers. COSCUP 志工平台是一個可以讓有興趣的人登錄成為 COSCUP 的志工,同時也提供志工彼此溝通和與大會聯繫的方式。
https://volunteer.coscup.org/
GNU Affero General Public License v3.0
67 stars 34 forks source link

#119, Allow edit dispense #137

Closed ddio closed 1 year ago

ddio commented 1 year ago

Pull request type

What is the new behavior?

  1. 119, 允許修改出款單的 出款日期出款階段

    圖片

  2. 117, 允許從申請單 modal ,直接將單筆申請單轉為出款單

    圖片

    • 順道在表格末增加了「編輯申請單」按鈕,加強互動提示
  3. 119, 允許刪除出款單,當刪除後,會顯示警語,將請款單搬回「審核中」,改為刪除後,即無法復原

    圖片

    • API 層也有做相同的檢查
  4. 將「已刪除」的申請單、出款單,分開到另一個表格顯示,減少人為錯誤的機會

    螢幕快照 2023-04-29 22-26-17

    • 接下來出納也可能會直接使用這個系統來出帳,所以讓 UI 幫忙避免點意外 🥹

Other information

@toomore ,因為我接下來幾天不會有進度,所以就先把後續的 PR 一起放上來了,這個 PR 實際上只有最後 8 個 commit 而已,等前一個 PR 進去了,會再 rebase