-
Notifications
You must be signed in to change notification settings - Fork 0
Storing markdown documents #20
Copy link
Copy link
Open
Labels
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?
Reactions are currently unavailable