Skip to content

a simple filing system written with node.js (zappa.js) and ext js 4.1, all in coffee script

Notifications You must be signed in to change notification settings

hoschi/filing.coffee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

filing.coffee

Filing.coffee is a simple node application to manage your filing.

dev environment

  • install the node (use nave if you want) version specified in package.json
  • install nodemon@0.6.9 for auto restart filing.coffee
  • install dependcies with "npm install"
  • install mongodb
  • (switch connection strings in filing.coffee)
  • symlink or copy an unzipped extjs 4.1 dir into public/js/ext
  • compile coffee scripts with "coffee -cw public/js/app"
  • gogogogo

todo

  • don't insert files with same id
  • get next free ID with button
  • add description
  • add "last recent updated" files view
  • add client search for files
  • use connect-assets instead of manual compilation

done

  • list files
  • delete one file
  • add a file
  • make file list sortable
  • auto update ID when adding a file
  • add created and updated dates to a file automagically

Bitdeli Badge

About

a simple filing system written with node.js (zappa.js) and ext js 4.1, all in coffee script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published