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

Fix #162 - Display ScheduleConstant, ScheduleCompact and ScheduleFile #731

Merged
merged 15 commits into from
Sep 2, 2024

Conversation

jmarrec
Copy link
Collaborator

@jmarrec jmarrec commented Aug 29, 2024

ScheduleConstant

Easy peasy

image

ScheduleFile

Creating is possible, will ask for the external file on disk.

Added a lot of usability there, will display the content of the external file and show what data you're selecting, warn you if not matching, etc

image

ScheduleCompact

Displaying the object as is. Not possible to create, will tell you to use a ScheduleRuleset instead

image

Demo

162

@jmarrec jmarrec self-assigned this Aug 29, 2024
@jmarrec jmarrec requested a review from macumber August 29, 2024 22:31
@jmarrec jmarrec force-pushed the 162_DisplayMoreSchedules branch from 574ae4c to 3d72472 Compare August 29, 2024 23:02
Copy link
Collaborator

@macumber macumber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is awesome, thanks @jmarrec!

model::ScheduleFile(*e_, 1, 1);
}
break;
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jmarrec can you move the break down one level, right now if you cancel out of the file dialog the switch statement falls through into the default section and calls LOG_FREE_AND_THROW

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch thanks

@jmarrec jmarrec merged commit ced0efb into develop Sep 2, 2024
8 of 10 checks passed
@jmarrec jmarrec deleted the 162_DisplayMoreSchedules branch September 2, 2024 13:51
@github-actions github-actions bot locked and limited conversation to collaborators Sep 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants