Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce project dashboard skeleton #54

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from

Commits on Jan 21, 2021

  1. Introduce issue repository + skeleton.

    In particular, this encapsulates data loading, defines an issue + issue
    repository domain layer, encapsulates GraphQL querying, and slightly
    improves async function management via promises so that we explicitly
    handle success/failure. Also, fill in TODOs for future functionality
    that we need to add.
    BenHenning committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    1da19b3 View commit details
    Browse the repository at this point in the history
  2. Spec out more domain objects + documentation.

    Spec out more of the domain objects needed in the domain layer, add some
    documentation for issues to establish a document style & level of
    detail, and add a high-level diagram of the organizational break-down.
    BenHenning committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    cab2dd3 View commit details
    Browse the repository at this point in the history