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

Publish event #209

Open
razbakov opened this issue Oct 14, 2022 · 9 comments
Open

Publish event #209

razbakov opened this issue Oct 14, 2022 · 9 comments
Assignees
Labels
design enhancement New feature or request

Comments

@razbakov
Copy link
Contributor

razbakov commented Oct 14, 2022

As an Organizer I want to see event draft to preview my event before publishing

Acceptance Criteria

Frontend

  1. Event has a new field state
  2. state can be one of: draft, published, canceled, publishing
  3. When I save an event it the state is draft
  4. I can see the event before publishing
  5. I can delete event only if it has state draft
  6. I can cancel event only if it has state published
  7. I can publish event only if it has state draft
  8. When I publish an event, state is changed to publishing
  9. When I cancel an event, state is changed to canceled

Backend

  1. When state is publishing the poster is generated and state is changed to published
@razbakov razbakov added design enhancement New feature or request labels Oct 14, 2022
@razbakov razbakov changed the title Schedule event announcements Publish event Oct 14, 2022
@razbakov
Copy link
Contributor Author

It was a complex issue, so I split it into 2 user stories: #209 and #211

@uxthawtarzin
Copy link

As an Organizer I want to see event draft to preview my event before publishing

Acceptance Criteria

  1. Event has a new field state
  2. state can be one of: draft, published, canceled, publishing
  3. When I save an event it the state is draft
  4. I can see the event before publishing
  5. I can delete event only if it has state draft
  6. I can cancel event only if it has state published
  7. I can publish event only if it has state published
  8. When I publish an event, state is changed to publishing
  9. When state is publishing the poster is generated and state is changed to published
  10. When I cancel an event, state is changed to canceled
  11. When state is changed to published the poster is generated

I want to clarify a few things:

  1. I think it is a typo in sentence 7: I can publish event only if it has state published
  2. I will be coming up with an user flow for this first for now, as we agreed upon on last friday.

@razbakov
Copy link
Contributor Author

@IrisSweZin fixed (1), agreed with (2)

@uxthawtarzin
Copy link

User Flow - States

Alex:

  1. i would show "Publishing" and "Drafts" in one list to keep it simple, and because publishing takes only a few seconds
  2. also it should be possible to delete event from "Preview page"
  3. after event is deleted, where does user land?
  4. after event is canceled, where does user land?
  5. draft events in "My events" should lead to preview page

My reply:

  1. I'm not clear on this point. All the events are meant to shown under 'My Events' with -States- shown along with the -Details-
    Except that, I can edit the rest of the points into the userflow

@razbakov
Copy link
Contributor Author

@IrisSweZin ah okay, i thought there was a grouping by state, ignore (1)

@uxthawtarzin
Copy link

v1 2User Flow - States
Edited Userflow. Let me know what else :)

@razbakov
Copy link
Contributor Author

@IrisSweZin perfect, what's next wireframes or prototype?

@uxthawtarzin
Copy link

Prototype

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants