You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 ofteam
,author
andcontent
, but I could see us needing something more complex extremely quickly. Stuff like revisions, editors, access rights, etc.Any ideas/suggestions?
The text was updated successfully, but these errors were encountered: