Commit Graph

11 Commits

Author SHA1 Message Date
Wynne Crisman
998209817f Cut down the website to bare minimum. Meat & Eggs currently just points to eggs. Need to decide how that should play out. 2020-05-07 15:09:06 -07:00
Wynne Crisman
e82078174b Updated site to scale better on small screens; Added clearfix css; Updated shadow feature to use css shadows instead of js/images.
Added code to the admin part of the site - still non-functional.  Need to fix JSON streaming over HTTP such that native types (boolean, Date, int) are preserved for the DB;  Need to finish the restore functionality & the hide/show of the edit, delete, and restore buttons on each editor page.
2016-10-26 14:48:11 -07:00
Wynne Crisman
33de2aa5d2 Updated the vap availability list. 2016-10-10 09:36:04 -07:00
Wynne Crisman
0a7cff6672 Merged PetitTeton webapp with the inventory tracking app; Moved the database configuration out of git and added an example configuration; Added migrations to the mix so that we can easily update the production database and roll back changes to the database (from the command line install migrations [may not be necessary?]:
npm install -g sequelize-cli

To update the database after updating the app from git (on the command line in the webapp base directory):
sequelize db:migrate

To undo the last migrations:
sequelize db:migrate:undo
2016-06-13 11:54:12 -07:00
Wynne Crisman
3450edfae2 Updated VAP list. 2016-04-18 16:15:30 -07:00
Wynne Crisman
98b65ad63b Fixed minor textual errors. 2016-04-05 21:28:40 -07:00
Wynne Crisman
02f0986f4a Added a shipping link from the farm page, and added content to the farm-made-fare page to providing shipping information. 2016-03-30 19:38:33 -07:00
Wynne Crisman
21f5632b68 Fixed download link. 2016-03-02 09:36:29 -08:00
Wynne Crisman
6bbb2b461e Changed VAP price list download. 2016-02-26 07:43:48 -08:00
Wynne Crisman
7f79e74eb2 Added a VAP availability list. 2016-02-18 10:00:52 -08:00
Wynne Crisman
7bba9dc2b0 Initial commit. Transferred from an Eclipse/Brainstorm environment to NodeJS. 2015-10-25 15:20:42 -07:00