Skip to content
This repository has been archived by the owner on Aug 2, 2018. It is now read-only.

icco/braindump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

braindump

A site for writing.

Build Status

MVP

  • One box for writing text
  • Ability to export all data in a reasonable format
  • a Stream
  • revision history
  • Mobile apps

Database Stuff

  • rake ar:migrate:new
  • edit file
  • rake ar:migrate

Resources

To run your site locally, run rake local.

Thoughts

  • write a router that automatically creates routes for all helpers using json.

  • currently designed around one stream of posts per person. Posts are editable and have version history.

    • Plan: redsign stream page. Make version history less apparent. Eventually transition to multiple threads
    • Also add friends and an auth system.
  • At a later point, I need to change the versioning schema. The current amount of queries that will run is fucked.

    • Maybe just a current bit? Would make showing posts easier
  • Add Search...

About

A site for writing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published