Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
b4bacfa
Added dev templates and navbar support
JWLorenzo Apr 21, 2026
746f9d4
Fixed spelling/punctuation
JWLorenzo Apr 21, 2026
305665d
Merge pull request #1 from JWLorenzo/b/jacobl/redesign
alegomonkey Apr 21, 2026
e24f343
Add dropdown to nav
alegomonkey Apr 22, 2026
7ee38bb
Merge branch 'main' into JMS-edits
alegomonkey Apr 22, 2026
af16131
Created branch of changes for current commit
JWLorenzo Apr 22, 2026
778ade9
Merge pull request #3 from JWLorenzo/s/jacobl/suggestions
alegomonkey Apr 22, 2026
f95df81
Merge pull request #2 from JWLorenzo/JMS-edits
JWLorenzo Apr 22, 2026
8248308
Saving Progres -- Basic Sidebar
JWLorenzo Apr 22, 2026
10b35c5
Isolating Changes
JWLorenzo Apr 23, 2026
3a3fc0f
Isolating
JWLorenzo Apr 23, 2026
c404fe4
Isolating
JWLorenzo Apr 23, 2026
aa28427
Merge pull request #4 from JWLorenzo/b/jacobl/sidebar
alegomonkey Apr 23, 2026
25b6196
Help page
Apr 23, 2026
f4507f7
Created Footer Element
JWLorenzo Apr 23, 2026
6330204
Created Front Page
JWLorenzo Apr 25, 2026
0c7c985
Add tree preference and inventory filter tables
Apr 27, 2026
2fb22b0
Major changes: layout now enforces the navbar, reflected in the other…
alegomonkey Apr 27, 2026
e79e88c
Merge pull request #8 from JWLorenzo/JMS-treeInventory
JWLorenzo Apr 27, 2026
c3d3005
Merge remote-tracking branch 'origin/main' into f/jacobl/main_page
JWLorenzo Apr 27, 2026
c9a4950
Saving Changes
JWLorenzo Apr 27, 2026
6ca240a
Fixing index to align with main
JWLorenzo Apr 27, 2026
0e873ba
Saving
JWLorenzo Apr 27, 2026
ec28e9f
Fixed Map
JWLorenzo Apr 27, 2026
9a4483b
Merge pull request #7 from JWLorenzo/f/jacobl/main_page
alegomonkey Apr 27, 2026
21901a7
Updated Spinner
JWLorenzo Apr 28, 2026
2458a62
Merge branch 'main' into help_page
alegomonkey May 4, 2026
c32dafc
Merge pull request #9 from JWLorenzo/f/jacobl/loading
alegomonkey May 4, 2026
34ca2c3
move the script into static/scripts
May 5, 2026
fa610a7
use rem instead of px
May 5, 2026
4543d79
Move CSS to site.css and JS to external file, convert to rem, remove …
May 5, 2026
d0b92b9
Resolve merge conflicts with main
shawd4586 May 5, 2026
de60427
Move treePreferencesTask CSS to site.css and JS to external file
shawd4586 May 5, 2026
e53b459
Remove unused treeInventoryTaskStyle.css
shawd4586 May 5, 2026
90c5e84
Moved HTML to the templates_dev directory. Only the treePreferencesTa…
alegomonkey May 5, 2026
795abf5
Created About Page
JWLorenzo May 5, 2026
4100610
This branch is now up to date and ready to merge with the current mai…
alegomonkey May 5, 2026
ada5f45
Merge pull request #11 from JWLorenzo/f/jacobl/about
alegomonkey May 5, 2026
ad22629
Merge branch 'main' into shadi-tree-filter-table
alegomonkey May 5, 2026
c5dfb79
Merge pull request #10 from JWLorenzo/shadi-tree-filter-table
alegomonkey May 12, 2026
fb259dd
Merge pull request #5 from JWLorenzo/help_page
alegomonkey May 12, 2026
7e87b65
Consistant aesthetic for all filter modules. Working map functionalit…
alegomonkey May 12, 2026
6f82f9b
Changed the navbar so Digitial Forest name takes you to \home not #.
alegomonkey May 13, 2026
44f1545
Reverted Treeinventorytask
JWLorenzo May 13, 2026
11c4694
Merge pull request #13 from JWLorenzo/f/jacobl/fix_tree
alegomonkey May 13, 2026
19ee1e3
Merge branch 'Environmental-Data-Preferences'
alegomonkey May 14, 2026
bf3c914
Merge remote-tracking branch 'upstream/main'
alegomonkey May 15, 2026
61b0de0
Merge pull request #14 from JWLorenzo/upstreamMerge
alegomonkey May 16, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,22 @@ Follow these steps to get your development environment running:
```bash
export FLASK_APP=app.py
export FLASK_ENV=development
export FLASK_TEMPLATES=templates
flask run
```

**NOTE:** to access the WIP templates, change
```bash
export FLASK_TEMPLATES=templates
```
to
```bash
export FLASK_TEMPLATES=templates_dev
```

*The app should now be visible at `http://127.0.0.1:5000`.*


------

## 3. Ways to Contribute
Expand Down
Loading