mysterytony/markx

Iteration Path Design

Closed this issue · 1 comments

Design iteration path. Determine what to implement in the first sprint.

Xadoy commented

You may refer to the guide
Sprints:

    • Determine API
    • Create prototype on server, it should be able to take in a markx file(.mx) and compile into a html file.
    • Data persistence: use mongodb to store the cfgs.
    • Design visual effect (CSS)
    • markx is able to correctly compile "Emphasis" and "Header & Title" grammar, also it should be able to recognize "comment", "escapes" and "Line Breaks".
    • markx is able to compile "Code Block", "Inline code" and Block Quotes.
    • "Boxed Paragraph With Colored Background", "Lists", "Unordered Lists", "Horizontal Lines"
    • "Other Elements"
    • "Alignment"
    • Discuss extra feature(like supporting color selection) and how to optimize user experience(if that matters)