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

Add flight booker example from 7gui #280

Merged
merged 2 commits into from
Jan 20, 2024

Conversation

sudormrfbin
Copy link
Contributor

This is an example that emulates an application that books flights, as described in task 3 of 7gui tasks.

The focus of Flight Booker lies on modelling constraints between widgets on the one hand and modelling constraints within a widget on the other hand. Such constraints are very common in everyday interactions with GUI applications. A good solution for Flight Booker will make the constraints clear, succinct and explicit in the source code and not hidden behind a lot of scaffolding.

@sudormrfbin
Copy link
Contributor Author

sudormrfbin commented Jan 20, 2024

Initial state Invalid date format Return date before start date
valid invalid return-disabled

@dzhou121 dzhou121 merged commit 4dded85 into lapce:main Jan 20, 2024
7 checks passed
@dzhou121
Copy link
Contributor

Thanks!

@sudormrfbin sudormrfbin deleted the 7gui-flight-booker branch January 20, 2024 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants