Open
Description
On the ember side, there's the editor research I'm doing.
However, I'm not completely what to integrate that into on the API side.
What object/structure do we want to have? How do we call it? A "document"? Are there any links to it?
The simplest thing I can think of is simply a document
entity with properties along the lines of team
, author
and content
, but I could see us needing something more complex extremely quickly. Stuff like revisions, editors, access rights, etc.
Any ideas/suggestions?