Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 1.13 KB

TODO.org

File metadata and controls

26 lines (23 loc) · 1.13 KB

Tasks: Linus

Submissions

writers for submissions

multiple writers for submissions?

the ability to add a new writer from the submission page

add an “add submission” page for writers to make submissions

add a notion of status to submissions

A submission with a status of “published” or something similar should in essence become an “article”. Pubilshed submissions should require association with an issue.

It might be useful to have other available statuses. Should we track submissions through the entire process? That is, new, editing, copy_editing, etc.? Or would it be better to leave these sort of statuses to be a part of the Issue model?

Issues

Potentially add status to Issues… see comment in submissions for details

add basic scaffolding for issues

Miscellaneous

Gemify hallo.js

Handle the notion of “current issue” better.

Right now, the create method for the Idea and Submission models simply force sets @thing.issue = Issue.next_issue, which is probably the wrong way to do things in some small set of cases.