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

Feature/4641 implement save and save as #486

Merged
merged 36 commits into from
Mar 21, 2024

Conversation

randy-seng
Copy link
Member

OP#4641
OP#4642

On Linux/Windows:
save as: <ctrl-Shift-S>
quick save: <ctrl-s>

On Mac:
save as: <cmd-Shift-S>
quick save: <cmd-s>
* Rename state class and its variable
* Create DTO to hold information on last saved otflow
The responsibility to validate the content within Project should be given to the `ConfigParser.serialize` method.
…tion of last saved file

The quick save button will be colored orange to indicate changes to current configuration.
Otherwise, the default button color is shown.
@randy-seng randy-seng marked this pull request as ready for review March 19, 2024 11:35
# Conflicts:
#	OTAnalytics/application/application.py
#	OTAnalytics/plugin_ui/customtkinter_gui/dummy_viewmodel.py
#	OTAnalytics/plugin_ui/customtkinter_gui/gui.py
#	OTAnalytics/plugin_ui/main_application.py
@randy-seng randy-seng requested a review from briemla March 19, 2024 15:16
@briemla briemla merged commit 0e61fc3 into main Mar 21, 2024
5 checks passed
@briemla briemla deleted the feature/4641-implement-save-and-save-as branch March 21, 2024 08:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants