GitXplorerGitXplorer
b

clearwatermanager

public
0 stars
0 forks
2 issues

Commits

List of commits on branch master.
Unverified
274b078d64cc2d2fe69e7ef85d58de97a987ff41

added 'update map' button

bbrian101co committed 3 years ago
Unverified
54b0a70646c822510ee8e527726052ad63b06882

removed canceled=False from reservations per year metric filter

bbrian101co committed 3 years ago
Unverified
ade758dd2d96becb140bd9d6c6b643bfb7f510c4

removing unused code

bbrian101co committed 3 years ago
Unverified
ac84b2fb6484c419d9e000a8f7bae5107c3b37c5

added django debug toolbar for profiling SQL queries

bbrian101co committed 3 years ago
Verified
f420bff2d1f3913e45b382aff30d8ca8e2fe7cbc

Update README.md

bbrian101co committed 3 years ago
Unverified
aa9d67638310ec1241b8f802cd1d8cd8c73b7a74

Merge branch 'master' of https://github.com/brian101co/clearwatermanager

bbrian101co committed 3 years ago

README

The README file for this repository.

Clearwater RV Management App

Clearwater RV Management Dashboard is an internal management tool to help park managers manage reservations, track park maintenance through a work order system, and provide park performance metrics.

The reservation management system allows managers to add, view, edit, and cancel reservations. Additionally, the reservation management system allows managers to check site availability for specified check-in and check-out dates to prevent overbooking or double-booking. As reservations near their check-out time, notifications are shown above the reservation tables for convenience.

At a glance, the interactive park map shows managers which sites are currently vacant (green). When selected, each site on the map opens a modal showing the site's information. For example, what size units the site can handle and any relevant additional information.

The work order system allows park managers to manage and track site maintenance easily from a centralized dashboard. Maintenance crews can view the work orders online and mark them as complete when finished. The dashboard tracks the associated maintenance cost over time as work orders are completed on the metrics page, providing park managers with operation costs.