Skip to content

gwincr11/cognition-caps

 
 

Repository files navigation

cognition-caps

This is the software which runs the Cognition Caps website. Or, it will soon.

It's written in Clojure because it's awesome and I'm silly like that.

Setup

For Heroku deployment, we need to set the database credentials in environment variables. For local development and migration work against other databases we'll read settings from a local file, so rename datasource.properties.example and enter the credentials there.

TODO

Because a good project is never finished.

  • Write a database migration from ExpressionEngine/MySQL into SimpleDb. Exclude that code from the Heroku slug since we won't want to run it there.
    • Move images from old hosting to S3
  • Maybe have each cap image's background switch to a highlighted green version on hover
  • Make sure Jetty is returning Content-Type headers
  • Add a history tracking entity. When a cap attribute is changed, store a diff into a History domain; something like {:type cap :changed-field "price" :old-value "25" :date-changed "2011-02-01"}. The same could apply to other items as well.
  • Map all old URLs into the new application.
  • Use Modernizr
  • Optimize images
  • Implement all recommendations given by Chrome's PageSpeed extension.

License

Copyright 2011 Lyle Hanson

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Web app which will power the Cognition Caps website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 100.0%