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

Event creation directly in Calendar #53

Open
cleqo opened this issue Aug 9, 2016 · 2 comments
Open

Event creation directly in Calendar #53

cleqo opened this issue Aug 9, 2016 · 2 comments
Milestone

Comments

@cleqo
Copy link

cleqo commented Aug 9, 2016

Posts and Event creation directly in the calendar view (with preselected start date based on the view)

@pitaj
Copy link
Owner

pitaj commented Aug 9, 2016

I specifically selected the current system of creating an event from within a post so I wouldn't have to worry about creating posts myself. Adding this function is a very low priority. It may never happen at all.

Edit: this is because working about creating a post requires writing an entire UI that can create a post or topic and everything. It just wouldn't work well with the way I've decided to go about event creation.

Edit2: It may be possible to directly pull up the composer to edit the post from the calendar page. However, I don't think this is a good idea because it's probably better to keep the composer restricted to the topic / category pages. I'd therefore have to code a way to edit the event's code within the post. This is possible, however, it's a lower priority than fixing bugs, or adding recurring events.

@pitaj
Copy link
Owner

pitaj commented Nov 26, 2016

After some discussion I've decided that adding events is a worthy feature. My plan is to implement it so it works this way:

  1. Click the date on the day of the event
  2. Popover with options comes up, click on option to add event
  3. Opens the popup to create an event (same one as with the composer button) with the start date prefilled
  4. Fill in the popup form, plus an extra category field for the topic destination
  5. New topic is created with the event's title in that selected category, with the event as the post contents
  6. After topic is created the user is redirected to the topic page

@pitaj pitaj added this to the 1.2.0 milestone May 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants