UI changes handoff - #16
Open
alegomonkey wants to merge 48 commits into
Open
Conversation
Changes to be committed: modified: ../CONTRIBUTING.md modified: app.py new file: templates_dev/about.html new file: templates_dev/appHome.html new file: templates_dev/contact.html new file: templates_dev/help.html new file: templates_dev/home.html new file: templates_dev/index.html new file: templates_dev/layout.html new file: templates_dev/navbar.html
Changes to be committed: modified: DF_app/app.py
Added dev templates and navbar support
Dropdown added to nav as a jinja macro so it can be reused on the index.html page as a card.
Changes to be committed: modified: static/content/site.css modified: templates_dev/index.html modified: templates_dev/layout.html modified: templates_dev/navbar.html
Suggested changes
Add dropdown to nav
Changes to be committed: modified: templates_dev/index.html modified: templates_dev/layout.html new file: templates_dev/sidebar.html
Changes to be committed: modified: templates_dev/index.html modified: templates_dev/sidebar.html
Created Sidebar Component
Changes to be committed: modified: static/content/site.css new file: templates_dev/footer.html modified: templates_dev/index.html modified: templates_dev/layout.html
modified: DF_app/app.py modified: DF_app/static/content/site.css modified: DF_app/templates_dev/index.html
… html pages. sidebar now shows the current module and is a dropdown that can be expanded to select other modules. Tree Inventory filters are now more accessable and clearer what is being selected. App.py has changes to reflect the filter changes. The structure of the tree type selection filter has been modifed to fit the new method of bubbles for query selection and clicking for dropdown.
Major changes: layout now enforces the navbar, reflected in the other…
Changes to be committed: modified: DF_app/app.py modified: DF_app/templates_dev/index.html
Changes to be committed: modified: DF_app/templates_dev/index.html modified: DF_app/templates_dev/layout.html
Created Main Page - Links to modules and has information on the modules and db.
Changes to be committed: modified: static/content/site.css modified: static/scripts/treeInventoryTask.js new file: templates_dev/spinner.html modified: templates_dev/treeInventoryTask.html
Updated Spinner
…sk.HTML will be visable. Tree inventory is now stored as treeInventoryTaksShadi.html for future integration. --NOTE: When merging make sure the templates directory is maintained (no changes).
Changes to be committed: modified: DF_app/app.py modified: DF_app/static/content/site.css modified: DF_app/templates_dev/about.html modified: DF_app/templates_dev/index.html modified: DF_app/templates_dev/layout.html modified: DF_app/templates_dev/taskDropdown.html
…n - working treeInventoryData query page - working and fixed scrolling behavior in environmental preferences page. CSS needs updating but is working for the environmental preferences last ~100 lines of css in site.css. No current viewable feasibility map for environmental preferences.
Created About Page
Add tree preference and inventory filter tables
Help page
…y for environmental preferences. Updated tree inventory to use Shadi's format with my dropdown. New flow for all modules: select filters -> then display map. All have the capability to go back to filters.
Changes to be committed: modified: DF_app/templates/treeInventoryTask.html
Reverted Treeinventorytask
Finalized UI updates with consistant stylying.
alegomonkey
marked this pull request as ready for review
May 15, 2026 21:19
alegomonkey
marked this pull request as draft
May 15, 2026 21:21
alegomonkey
marked this pull request as ready for review
May 16, 2026 02:03
This file contains hidden or 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
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.
Team Pine Digital Solutions final UI changes handoff.