Commit Graph

39 Commits

Author SHA1 Message Date
Wynne Crisman
46ef9680c3 Updates to the data tracking app; Updated the VAP list. 2016-11-05 18:02:35 -07:00
Wynne Crisman
80a35daefd Removed main.css from the admin folder - shouldn't be in GIT since it is generated. 2016-10-26 14:51:33 -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
20ffd82abb Updated to the latest iteration of the sales tracking app; Added some temporary photos for UBS. 2016-10-03 11:00:49 -07:00
Wynne Crisman
105e657b35 Removed italics from the H2 headings for the submenus to make them more readable. 2016-09-28 10:04:41 -07:00
Wynne Crisman
5e8caa9026 Brightened up the blog link. 2016-09-28 10:01:32 -07:00
Wynne Crisman
cd8fca72d1 Added important to the color to override the window scaling's settings. 2016-09-28 10:00:15 -07:00
Wynne Crisman
08d861c30b Changed color of the blog link. Removed main.css from the code repository since it is auto generated. 2016-09-28 09:53:38 -07:00
Wynne Crisman
b3bbdc0c2a Large set of changes - building the GUI for the data tracking app. 2016-08-17 17:54:59 -07:00
Wynne Crisman
08266cdd41 Added Yaks back in. 2016-07-20 15:33:23 -07:00
Wynne Crisman
3340dc7e34 Updates to the website to remove Yaks and AP classes; Updates to the admin site to support user management (not working fully yet). 2016-07-20 15:11:55 -07:00
Wynne Crisman
83a831736a Minor change to Cam's bio. 2016-07-08 12:42:59 -07:00
Wynne Crisman
7348202863 Updated Sarah's bio. 2016-06-29 07:53:23 -07:00
Wynne Crisman
18219e89f8 Minor spacing changes to Us.html. 2016-06-26 11:29:56 -07:00
Wynne Crisman
a57900c065 Major changes to the database structure: Delete and recreate the whole database (would require too many migrations otherwise). Removed a market, updated some images, added to the AP page, and merged bios. 2016-06-26 11:16:00 -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
78be012a14 Merged PetitTetonApps with the website now that the deployment server always uses SSL. Used the Apps more recent implementation of NodeJS/Express. 2016-05-31 14:37:42 -07:00
Wynne Crisman
b00f2eb668 Modified site to include a blog link and moved the social media icons. 2016-05-07 20:00:00 -07:00
Wynne Crisman
0f24e9856e Fixed capitalization in the default page name. 2016-05-06 19:36:29 -07:00
Wynne Crisman
5661f5dfd1 Fixed default URL to remove the hash character. 2016-05-06 19:18:41 -07:00
Wynne Crisman
e696975f88 Oi.. another bug in the fix is now fixed. 2016-05-06 18:22:34 -07:00
Wynne Crisman
5dc1665610 Minor fix to the fix. 2016-05-06 18:19:09 -07:00
Wynne Crisman
a4def1586a Worked around a problem where the property "main-view" could not be found by jquery, but the labeled div could be found. 2016-05-06 18:17:22 -07:00
Wynne Crisman
b18604ab08 Added some debugging. 2016-05-06 18:13:10 -07:00
Wynne Crisman
56cafcc968 Fixed styles to reference the google font api without designating http/https.
Removed unused images.
2016-05-06 18:01:04 -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
5b1db96716 Added port logging in console; Added cliff bio & bio layout cleanup. 2016-02-10 08:13:55 -08:00
Wynne Crisman
2ba994e7f2 Removed holiday content; Fixed minor bugs; Started to add login code (moved to another project). 2016-02-04 13:29:55 -08:00
Wynne Crisman
c93f19654e Added Holidays back in for December! 2015-11-30 08:21:06 -08:00
Wynne Crisman
c39a931228 Removed main.css which is generated. 2015-11-10 18:58:02 -08:00
Wynne Crisman
42d79ab593 Minor layout changes. 2015-11-10 18:51:48 -08:00
Wynne Crisman
94e774a26c Added AP home page (aquaponics); Added shipping page; Both are not publicly visible yet and are to start a conversation. Updated the grow/can blurb. 2015-11-10 18:45:11 -08:00
Wynne Crisman
7bba9dc2b0 Initial commit. Transferred from an Eclipse/Brainstorm environment to NodeJS. 2015-10-25 15:20:42 -07:00