Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Discuss using FISSION Codes for Kickback #17

Open
bmann opened this issue Nov 15, 2018 · 3 comments
Open

Discuss using FISSION Codes for Kickback #17

bmann opened this issue Nov 15, 2018 · 3 comments
Labels
fission FISSION Codes

Comments

@bmann
Copy link
Member

bmann commented Nov 15, 2018

@hiddentao is iterating on the Kickback architecture -- see https://github.com/wearekickback/KIPs/blob/master/kips/kip-withdrawals.md

Discuss architecture and what common FISSION codes might be a fit to include, vs. which are application specific.

Via Twitter

@hiddentao
Copy link

Starting with Kickback we could generalize for events. The key point in the flow that would benefit from FISSION codes is when the person RSVPs to an event.

  • RSVP to an event
    • Event already full (all spaces are gone)
    • Payment amount incorrect
    • Event already ended
    • Event not yet open for RSVP
    • You are ineligible to RSVP (for some other reason)

But we could further generalize these to the level of any group activity:

  • Activity full (no spaces left)
  • Payment for activity incorrect
  • Activity already ended
  • Activity not yet open for RSVP
  • You cannot participate in this activity (e.g. due to a ban, not meeting some other criteria, etc)

@androolloyd
Copy link

Could we further generalize away from an activity?

Availability is a rather common need, ie: an event and a queue, are similar enough in their structures that an availability status would cover both.

@hiddentao
Copy link

We could call it a group?

  • Group full (no spaces left)
  • Payment for joining incorrect
  • Group no longer active
  • Group not yet open for joining
  • You are forbidden from joining group

@bmann bmann added the fission FISSION Codes label Nov 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fission FISSION Codes
Projects
None yet
Development

No branches or pull requests

3 participants