Skip to content

Commit

Permalink
small edits to navbar and roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
leethobbit committed Aug 20, 2024
1 parent fec06ce commit 95360f7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ The full span of functionality that Dragonroost will eventually encompass.

These are the core application modules that will be available on the 1.0.0 release.

- [ ] **Animals**: The core module - management of animals and their related information.
- [ ] **People**: Management of volunteers, donors, fosters, and adopters.
- [ ] **Business**: Location management, donation tracking, and more.
- [X] **Animals**: The core module - management of animals and their related information.
- [X] **People**: Management of volunteers, donors, fosters, and adopters.
- [X] **Business**: Location management, donation tracking, and more.
- [ ] **Medical**: Reporting, vaccine calendar, and more.


Expand All @@ -29,7 +29,7 @@ The animal module will feature the following items:

- [X] **Animal records**
- [X] **Species records**
- [ ] **Medical records**: These are specifically tied to individual animals.
- [/] **Medical records**: These are specifically tied to individual animals.
- [ ] **Dashboard**: With intake/outcome stats, counts for animals, and more.

## Business Module
Expand All @@ -43,7 +43,7 @@ The business module will feature the following items:

The people module will feature the following items:

- [ ] **People Management**: Not to be confused with Users of the application. People include volunteers, adopters, fosters, donors, partners, etc.
- [X] **People Management**: Not to be confused with Users of the application. People include volunteers, adopters, fosters, donors, partners, etc.

## Medical Module

Expand Down
6 changes: 3 additions & 3 deletions src/templates/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="{% url 'people:person-table' %}">People Search</a></li>
<li><a class="dropdown-item" href="#">Volunteers</a></li>
<li><a class="dropdown-item" href="#">Donors</a></li>
<li><a class="dropdown-item" href="#">TODO: Volunteers</a></li>
<li><a class="dropdown-item" href="#">TODO: Donors</a></li>
</ul>
</li>
<li class="nav-item dropdown">
Expand All @@ -34,8 +34,8 @@
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="{% url 'business:location_list' %}">Locations</a></li>
<li><a class="dropdown-item" href="#">Financials</a></li>
<li><a class="dropdown-item" href="{% url 'business:meeting_list' %}">Meetings</a></li>
<li><a class="dropdown-item" href="#">TODO: Financials</a></li>
</ul>
</li>
<li class="nav-item dropdown">
Expand Down

0 comments on commit 95360f7

Please sign in to comment.