d120 / pyBuchaktion

Django application for the Buchaktion of the Fachschaft Informatik
GNU Affero General Public License v3.0
0 stars 0 forks source link

Admin actions for Orders #25

Closed Xiphoseer closed 7 years ago

Xiphoseer commented 7 years ago

We need to start up the admin actions that actually do stuff for us.

For implementing this, as this is the actual workflow and needs to be precise in what effects it has, I propose the following workflow:

  1. Create a new branch named feature/admin-action-order/<type> where <type> is the one you chose to implement.
  2. Create a pull request for that branch, referencing this issue, so that it appears here.
  3. Implement and commit to the pull request branch.
  4. Wait for review and merge.
  5. Edit this post to mark the checkboxes as checked by putting an [x] instead of [ ].

Additional required actions may be added at any time.

Xiphoseer commented 7 years ago

Close this issue, as the only thing left is Student Notification, which is considered in #17