Skip to content

Instantly share code, notes, and snippets.

@barnes7td
Last active December 20, 2015 22:49
Show Gist options
  • Save barnes7td/6208040 to your computer and use it in GitHub Desktop.
Save barnes7td/6208040 to your computer and use it in GitHub Desktop.
routes layout for Cupidicon

All users will start at (root):

/user/dashboard (show)

User will create a new writting request:

/assignment/new
/assignment/create

Another User (Writer) will look for assignments to write and choose one:

/assignment/index
/assignment/show (we call this review)

Writer will accept assignment opportunity and write over a time period and submits for review.:

/submission/new
/submission/edit

User reviews submission:

/submission/show

If User asks for a revision:

/revision/new (add notes)

Writer reviews revision request:

/revision/show

Writer chooses to make modifications:

/submission/new
/submission/edit

If User accepts payment happens If User rejects assignment opens back up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment