-
Notifications
You must be signed in to change notification settings - Fork 17
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
MAAT Interface Development #45
Open
abubakir1998
wants to merge
40
commits into
walkeranthonyp:main
Choose a base branch
from
abubakir1998:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is the main R file where it contains two tabs: welcome page and the model object page. In the Model Object page, when the user selects No, a Next button appears but it doesn't navigate the user nowhere. This file uses three tooltips files: 1) model_objs_desc, 2) run_model_quest_exp, and 3) test_md.
The three parent nodes: fnames, pars, and env.
Improved the interface by focusing on the pars parent node, and created two columns to display the parameters, and made the application responsive.
Moved the selection of a parent node to the top left, and beside it, I created two panels. The first panel is for the the child nodes, and currently works. The second panel is intended to display the grand child nodes, but it's not functional in this file.
…bject page a user can select a direcotry and run the script or edit the parameters.
…a radio button on the top of the screen
…a radio button on the top of the screen
…a radio button on the top of the screen
…tons on the left of the screen)
…tton that can save the user's changes to an xml
…tton in each of the two panels. When user clicks the update button, the xml file gets updated with the user's changes
…here when the user clicks the Update button for the Parameters w/Sub-Script panel when fnames is selected, the changes don't update. Rather, the values get update to the values of parent node that share the same name. This error only occurs for fnames, and not env or pars.
… properly, and the model object isn't dynamic yet.
…he model objects get populated. Existing bugs: 1) the 'Parameters w/Sub-Script still has issues, 2) need to improve the code for the options in 'fnames' because it only works for the leaf model, and not the other model objects, and 3) need to get the Update buttons to work
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.