https://github.com/zpratt/thoughtsom
Save thoughts and watch them get organized.
https://github.com/zpratt/thoughtsom
Last synced: about 1 year ago
JSON representation
Save thoughts and watch them get organized.
- Host: GitHub
- URL: https://github.com/zpratt/thoughtsom
- Owner: zpratt
- License: mit
- Created: 2014-02-01T06:52:26.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-26T19:04:55.000Z (almost 12 years ago)
- Last Synced: 2025-04-20T18:40:09.870Z (about 1 year ago)
- Language: JavaScript
- Size: 821 KB
- Stars: 18
- Watchers: 6
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/zpratt/thoughtsom)
[](https://codeclimate.com/github/zpratt/thoughtsom)
[](https://gemnasium.com/zpratt/thoughtsom)
## Release History
* Updates
* 07/06/14
* Switched again from Angular to Backbone
* Added initial [UI acceptance tests](https://github.com/zpratt/thoughtsom/tree/master/test/acceptance/ui).
* Included a working UI that can create thoughts and sync with the server.
* 03/21/14
* After a fair amount of experimenting, I have decided to use Angular for the UI
* Sticking with commonjs-style modules for the UI
* 03/18/14
* Updated UI modules to use CommonJS module format
* Added Yadda configuration and feature to begin UI integration testing
* Initial integration tests configuration in place
* Using sinon fakeServer to stub endpoint interactions
* 02/22/14
* Added example UI test to ensure that karma, require, chai, and initial runtime deps are working together.
* Added a new POST route to /thought to create new thoughts. This includes a new scenario and associated tests.
* 02/15/14
* Updated to utilize proxyquire in unit tests to allow for injecting stubs into the require namespace.
* Added the casual test data generator to avoid depending data values in tests and to provide dummy data for mongodb inserts.
## License
Copyright (c) 2014 zach pratt
Licensed under the MIT license.