-
Notifications
You must be signed in to change notification settings - Fork 0
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
The program data is missing #41
Comments
Once you click the 'add program' button it is gone. and if you were to On Tue, May 10, 2016 at 3:12 PM, Geoffrey Hing [email protected]
Matthew Kennedy Walsh |
If you finish adding the program, it will once again show the list. If you click "Cancel" it will hide the add program form and show the list. Perhaps it would make sense to have it always revert to the list when you click on a new school, even if the add program list hasn't been cancelled. |
I think i understand what you mean and I agree that it should revert back |
Following up on this |
The application currently has 3 modes: * Viewing a school detail * Adding a school program * Editing a school program Try to make this state live at the top level (in SchoolStore) and passed down as props instead of living in a downstream view. Change the state using actions. This seems like a more Fluxy way to do it, and is ultimately easier for me to reason about. All of this was changes that I noticed should be made on the way to reseting back to showing a school detail when a new school is selected. Addresses #41
I am not sure if this is working for me? On Wed, Jun 1, 2016 at 8:59 PM, Geoffrey Hing [email protected]
Matthew Kennedy Walsh |
Haven't deployed this yet
|
Deployed! |
So if you click on a school that is colored none of the info is there. It only shows up before you click 'add program'
The text was updated successfully, but these errors were encountered: