Skip to content

Commit

Permalink
ToDo's tend to look better when there is less on them.
Browse files Browse the repository at this point in the history
It looks like mostly everything is covered here, anything more long term can go on the 'suggestions' wiki page.
  • Loading branch information
Steven Heidel committed Jul 22, 2010
1 parent 834762d commit 1f16e72
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,18 @@ What are some of the known things that need to be done?
* Add unit test coverage for user, user plugin and user mailer
* Add unit test coverage for inquiry mailer and inquiry setting
* Add functional tests for the whole of Refinery.
* Add Cucumber for the whole of Refinery. (MOST IMPORTANT)
* Add RSpec for the whole of Refinery.

# Rails 3.0 Support

We've started an effort to move to Rails 3.0 - that just needs to be completed.

# Improve the Generator

We need to have support for build in Refinery field types like "image". So I could run

./script/generate refinery staff name:string bio:text mugshot:image

And it will automatically create a form field that pops open the image picker on the staff form.

There is now a partial to easily call an image picker.
Join the IRC channel on freenode.net #refinerycms on August 7th to contribute!

# I18n support

* Check all the views for missing translations
- Write a small tool that extracts t('.whatever') and check which translation keys are missing, or which keys are not used at all.
* Translate models and model attributes used in forms (Rails 2.3.8 supports translation form labels!)
* Javascript messages etc:
- http://github.com/fnando/i18n-js
- http://github.com/fnando/i18n-js

0 comments on commit 1f16e72

Please sign in to comment.