peer-pad icon indicating copy to clipboard operation
peer-pad copied to clipboard

UI audit + document user flows for v1 features

Open designsaves opened this issue 7 years ago • 2 comments

This spreadsheet is the result of looking at the existing product and codebase, checking with Fritzy and the team on accuracy of assumptions and understanding, x-checking MVP feature lists from various sources, and looking through the client-provided wireframes. It’s essentially a list of basic assumptions about each major user flow, outstanding questions about functionality and demo scope, as well as To Do’s on the front-end/design team. Any features determined to be in scope will be wireframed, approved, implemented, and tested.

designsaves avatar May 29 '18 17:05 designsaves

@pgte we'd like some direction on the feature set that will be included in the July demo. Could you review this spreadsheet and give us some input on which features we should prioritize?

cc @diasdavid @fritzy

one000mph avatar Jun 04 '18 18:06 one000mph

Some comments:

  • Code Debugging: already somewhat of a feature: enables internal debugging messages, printed into the browser console.
  • Ability to switch between document types: very hard to do between rich text and markdown types.
  • Last changed' timestamp display: last changed is a local concept, and I think it's ok to be local. Also, I think that adding the "last edited by " would be helpful.
  • Document outline: I think we should do a markdown outline, that would be very helpful.
  • UI for the user to “delete” a document.: doesn't make sense. Would only make sense to remove it from a local index (like a directory view)
  • Document history: I think this is very different from the snapshot feature. A snapshot is a permanent snapshot of the document, shareable. The history is the change history of the CRDT.
  • Once a document has been created, it will display in a /docs or dashboard view: I think this is an important feature. This has (for now) only local meaning.
  • Shows a list of docs user has created: About the comment "Can I see a list of docs that have been shared with me, but that I didn’t create?": I think so.

Some features I think are missed here:

  • Fixing "Undo": when a user undoes, they undo other user's actions.

About the priorities: I think that the priorities you defined (Demo, Beta, V1) are aligned.

pgte avatar Jun 05 '18 09:06 pgte