You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
1.9 KiB
51 lines
1.9 KiB
8 years ago
|
# Features
|
||
|
- search bikes via brand, make, or serial number.
|
||
|
- add mechanics table and change text input to a dropdown
|
||
8 years ago
|
- printing a single freecyclery receipt from the client page uses the
|
||
|
old styling
|
||
|
- reports are broken
|
||
|
- bike receipts dont fit well - margins are too big and explanatory text
|
||
|
too small
|
||
8 years ago
|
- flash message after a bike is logged should include the bike log
|
||
|
number
|
||
|
- unique index on log number for bikes
|
||
8 years ago
|
- Use hyphens for dates instead of backslashes
|
||
|
- Autopopulate fields like model, brand, color based on what exists in
|
||
|
db
|
||
|
- use fixed-bike form with checkboxes to autopopulate 'work done' and
|
||
|
'new parts' section (this is especially useful for the characteristics
|
||
|
"overhauled" and below
|
||
|
- ability to print a receipt from the bike page would be helpful
|
||
|
- list of freecyclery clients should be chronological, ideally by date
|
||
|
of bike assignment, otherwise at least by application date
|
||
|
|
||
|
|
||
8 years ago
|
- assign a bike from the available freecyclery bikes page
|
||
|
- there should be nice feedback indicating that the bike was sold
|
||
|
- order agencies by name
|
||
|
- restyle agencies page to not have show or destroy links
|
||
|
|
||
|
# Tech
|
||
8 years ago
|
- clients should require a name
|
||
|
- eliminate duplication between client receipts and freecyclery receipts
|
||
8 years ago
|
- use log number in bike url instead of id
|
||
|
- paginate 'all clients' page
|
||
|
- convert to bootstrap-less
|
||
|
- integrate with autocomplete to get manufacturers & models
|
||
|
- enable posting to bike index when a bike is created
|
||
8 years ago
|
- add tests to ensure that pages render
|
||
8 years ago
|
|
||
|
# Other
|
||
|
Reports
|
||
|
General Reports
|
||
|
bikes donated per year
|
||
|
Yearly Reports
|
||
|
bikes sold by month. (Bar graph for extra points!)
|
||
|
bikes donated by year or month. (With bar graph!?)
|
||
|
bikes donated according to agency. (Graph?)
|
||
|
|
||
|
Improve form layouts
|
||
|
make navigation always on the left side of the page
|
||
|
refactor index - move unsold bikes to model
|
||
|
add recyclery logos & bike memorabilia pics all over app
|