Sha256: f29dfcb500337c8bbf0873c59f21032f2828b8272b3c85c13997d43f36aa8091

Contents?: true

Size: 719 Bytes

Versions: 5

Compression:

Stored size: 719 Bytes

Contents

# Fullstack Admin Roadmap

* Multiple choice input with chosen
  
* Image inputs + detect smaller image size for thumbnails

* Inference of input type from model
  eg.
    field :text, :text, :markup => true
    ->
    input :text, :as => :markup
    
  or
    has_attached :photo, :image => true
    ->
    input :photo, :as => :image

---

## Long run goals

* Use only twitter bootstrap (drop jquery-ui)
  - switch to bootstrap datepicker
  - find alternative to sortable
  
* Multiple scopes
* Tags input with chosen
* Optional tracking of author/updaters for every model

---

## Completed

* Better rendering for boolean input

* Nested forms for Has Many associations 
  - Sorting
  - Autogenerate from has_many

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fullstack-admin-0.1.27 TODO.md
fullstack-admin-0.1.26 TODO.md
fullstack-admin-0.1.25 TODO.md
fullstack-admin-0.1.24 TODO.md
fullstack-admin-0.1.23 TODO.md