acellam / meist

An issue tracker application based on M-E-R-N

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meist

An issue tracker application based on the MERN

Spec

  • We should be able to view a list of issues, with the ability to filter the list by various parameters.
  • We should be able to add new issues by supplying the initial values of the issue’s fields.
  • We should be able to update an issue by changing its field values.
  • We should be able to delete issues.
  • An issue should be described by the following attributes:
    • A title that summarizes the issue (free-form text)
    • An owner to whom the issue is assigned to (free-form short text)
    • A status indicator (a list of possible status values)
    • Creation date (a date, automatically assigned)
    • Effort required to address the issue (number of days, a number)
    • Estimated completion date (a date, entered by the user)

About

An issue tracker application based on M-E-R-N

License:Apache License 2.0


Languages

Language:JavaScript 95.1%Language:HTML 3.8%Language:Dockerfile 1.1%