{"id":24322452,"url":"https://github.com/gemfarmer/sandbox-coop","last_synced_at":"2026-06-08T07:34:02.113Z","repository":{"id":14836354,"uuid":"17559248","full_name":"gemfarmer/sandbox-coop","owner":"gemfarmer","description":"A scalable website and e-commerce site for Minneapolis Sandbox Cooperative","archived":false,"fork":false,"pushed_at":"2014-11-20T20:03:06.000Z","size":714,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-19T15:56:19.500Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gemfarmer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-03-09T06:31:50.000Z","updated_at":"2014-11-20T20:03:07.000Z","dependencies_parsed_at":"2022-09-23T04:31:19.343Z","dependency_job_id":null,"html_url":"https://github.com/gemfarmer/sandbox-coop","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gemfarmer/sandbox-coop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemfarmer%2Fsandbox-coop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemfarmer%2Fsandbox-coop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemfarmer%2Fsandbox-coop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemfarmer%2Fsandbox-coop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gemfarmer","download_url":"https://codeload.github.com/gemfarmer/sandbox-coop/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemfarmer%2Fsandbox-coop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34053435,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-17T17:57:35.458Z","updated_at":"2026-06-08T07:34:02.076Z","avatar_url":"https://github.com/gemfarmer.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sandbox Coop\n\n\n## [Final Demo Site](sandboxcenter.com)\n###### [Past Demo Site](http://guarded-refuge-7678.herokuapp.com)\n\n### TODO\n* Apply basic styles to calendar\n* get calendar hooked up to db\n* get calendar hooked up to gcal\n\n### Calendar resources:\n* [UI Calendar](http://angular-ui.github.io/ui-calendar/)\n* [angular-ui-calendar](https://github.com/angular-ui/ui-calendar)\n* [fullcalendar](http://arshaw.com/fullcalendar/docs/)\n\n### Site should include...\n* Eventbrite\n* Ecommerce with paypal\n* hand drawn font would be cool\n* Branding: Sandhill crane\n* social media, sign up for mailing list, pull in tweets\n* blog section that different members can post to\n* Members are key part of story\n* Diverse use of land: rabbits, compost, dyes, herbs, etc.\n* Family land / used for 100 years\n* users should have control on where they look through the members/products. just show them the diversity\n\n\n### This app was scaled using yeoman, a scaffolding engine that uses\n* Bower - Package Management\n* Grunt - Building/Task management\n* generator-angular-fullstack - Yeoman generator to scaffold the project to include Node, Express, Mongo, Passport\n\n### Installation\n1. Install yeoman `npm install -g yo`\n2. Install yeoman generator-angular-fullstack `npm install -g generator-angular-fullstack`\n\n### Resources:\n##### Yeoman\n* [generator-angular-fullstack](https://www.npmjs.org/package/generator-angular-fullstack)\n\n##### UI utils\n* [angular ui utils](http://angular-ui.github.io/ui-utils/)\n\n##### Calendar\n* [UI Calendar](http://angular-ui.github.io/ui-calendar/)\n* [angular-ui-calendar](https://github.com/angular-ui/ui-calendar)\n* [fullcalendar](http://arshaw.com/fullcalendar/docs/)\n\n##### Moment\n* [moment](http://momentjs.com/docs/)\n* [angular-moment](https://github.com/urish/angular-moment)\n\n### Deployment:\n1. `grunt build`\n2. cd to dist file: `git push heroku master`\n3. `heroku open`\n\n##### NOTE: you can skip step 1 and 2 to get the project going, but adding routes and resources, etc is made much easier by having access to the yo command\n3. Create Project Directory `mkdir sandbox-coop`\n4. `cd sandbox-coop`\n5. Clone Repo `git clone https://github.com/gemfarmer/sandbox-coop.git`\n6. Install Bower Dependencies `bower install`\n7. Install Node Modules `npm install`\n8. In a new terminal tab, start mongo `sudo mongod`\n9. In another new terminal tab, enter mongo shell `mongo`\n10. In mongo shell, create new dev database `use fullstack-dev`\n11. In original tab, start development server `grunt serve` NOTE: not a typo `grunt serve`\n\n### Workflow, version control, branching\n1. As we discussed at VE the other day, I would like to try our best to be anal about branching, so create new branch `git checkout -b [new branch name]` and push to it, create a pull request and we'll review it. Obviously if it is a small edit that won't have a potential cascading bug just push to master. If you think I'm being too rigid let me know and I can be less up-tight\n\n### Add-ons\n* Eventbrite\n* Paypal\n* Webfonts --\u003e [Nasty Icons?](http://nastyicons.com/)\n* discus??\n* web chimp\n\n### Project Timeline\n* Soft Deadline: May / June\n\n##### March\n* Scaffold project √\n* Build database √\n* Build user settings / Login √\n* Build basic page layout with correct functionality\n* Deploy to heroku throughout\n\n##### April\n* Begin working on stylistic component of site\n* Encorporate webfonts\n* Add admin role and build out editable backend (hopefully using sockets)\n* Integrate with Paypal\n* Integrate with Eventbrite\n\n##### May\n* Begin deploying, testing, making edits, working with Libby and other Sandboxers to tweak feel of site\n* ???\n\n### Stylistic Inspiration\n* Greenhorns: minimalist, handrawn, illustrative\n* bepollen.com\n\n\n### What the Admin Structure will look like:\n* admin user at highest level.\n\t* Accesses separate and simplified page through /admin url\n\t* Page allows superuser (admin) to edit what other users are allowed to see/do on the normal site\n\t* List and search information on users\n\t* can add certain things to the site\n* users with special (contributor) privileges. Can edit certain areas of the site\n* general users. no editing priveleges. can comment or buy things\n\n### Site Structure --User FLOW\n* Landing Page\n\t1. Logo\n\t2. Links below for ...\n\t\t* shop\n\t\t\t1. available items in inline-blocks\n\t\t\t2. List of filtering options\n\t\t\t3. Search bar\n\t\t* login/sign-up\n\t\t* calendar\n\t\t\t1. Calendar page with different contributors tagged with different colors\n\t\t* Map\n\t\t* CONTRIBUTOR\n\t\t\t- new events\n\t\t\t- new blog posts\n\t\t\t- add products\n\t\t\t- edit their pics/ description\n\t\t* ADMIN\n\t\t\t- add events\n\t\t\t- add blog posts\n\t\t\t- add products\n\t\t\t- manage member statuses\n\t\t\t- check site stats\n\t3. Text blog with latest contributions from site \"contributors\" / Link to Blog\n\t\t1. Blog has archives\n\t\t2. Formatting??\n\t\t3. Can view individual contributors blog\n\n\t4. \"Meet our members\" block with picture carousel\n\t\t-\u003e About us/Philosophy\n\t\t* Inline block member blocks (pic and basic description)\n\t\t* Link to their products?\n\t5. Social Links, Twitter stream\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgemfarmer%2Fsandbox-coop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgemfarmer%2Fsandbox-coop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgemfarmer%2Fsandbox-coop/lists"}