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

MAAT Interface Development #45

Open
wants to merge 40 commits into
base: main
Choose a base branch
from

Conversation

abubakir1998
Copy link

No description provided.

abubakir1998 and others added 30 commits June 20, 2023 14:20
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.
Siedahmed added 10 commits June 26, 2023 12:09
…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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant