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

ability to enter posts with just a start time #59

Closed
xztraz opened this issue Dec 11, 2021 · 4 comments
Closed

ability to enter posts with just a start time #59

xztraz opened this issue Dec 11, 2021 · 4 comments
Labels
feature New feature or request

Comments

@xztraz
Copy link
Contributor

xztraz commented Dec 11, 2021

If end time is 0 or - (default) maybe the post can be assumed to only show a start time and calculate the end time

enter start time -> if end time not set by user. set end time to start time of next event dynamically

@cpvalente cpvalente added the feature New feature or request label Dec 11, 2021
@cpvalente
Copy link
Owner

Could you take a look at #55 and see if this is inline with the idea of a note event?

You would be able to add an event with a single text field and a start time.
This event shows up in the lists, but is otherwise ignored by the timers

The question here becomes:

  • Should this be a workflow of the current event item or a new event type?

I see that creating a new event type would make it explicit in terms of data structure and workflow. But I understand that it could become annoying to have to transfer data from one event type to another if there is no easy way to convert between event types.

@xztraz
Copy link
Contributor Author

xztraz commented Dec 11, 2021

i think the event posts should be usable as before but with an option to just enter a start time. maybe default endtime to a "-" to indicate not set?

And those should be able to be public and work with timers and so on.

Schedule usually just includes start times for a running show. there might be different for a movie set or so where there are constant pauses but then you just enter and end time or duration as usual

the collapsed view could contain just start time and expanded all the other options if you want less stuff there.

Sidenote..
This is another idea.... enter times with graphical sliders.? (think premiere timeline)
time |----|----|----|----|----|----|
post1 [====]----------------
post2 --------[==]------------
post3-------------[=======]

@cpvalente
Copy link
Owner

I can see that we could make it so that events without an end time would only count up. Makes sense.
However I would like to find a holistic approach to this:

  • Events with only start, only count up
  • Events with only duration only behave normally from the time they are started
  • Events with only end, behave normally from the time they are started

You wouldn't be able to add automation to an event with only start

Any thoughts here?

@cpvalente
Copy link
Owner

I believe the new link features are a better solution to this problem
ie: all events still need to have a start, end and duration, but those values can be dynamic

Closing this for now

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

No branches or pull requests

2 participants