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

[ISSUE 7] Automated diagram generation #11

Closed

Commits on May 29, 2023

  1. Configuration menu
    Copy the full SHA
    6f08e1c View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. feat: Adds pydantic schemas for milestones

    These schemas will be used to parse the yaml file which contains the
    milestone summary as well as to generate the diagram and markdown files
    widal001 committed May 30, 2023
    Configuration menu
    Copy the full SHA
    1a1e17d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6135b6d View commit details
    Browse the repository at this point in the history
  3. feat: Adds loads_milestones_from_yaml_file()

    This function loads a yaml file and returns a MilestoneSummary object
    widal001 committed May 30, 2023
    Configuration menu
    Copy the full SHA
    88628d1 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Configuration menu
    Copy the full SHA
    998c8bd View commit details
    Browse the repository at this point in the history
  2. feat: Adds render_jinja_template() function

    This function accepts a path to a jinja template and returns a string
    that has been populated with a series of parameters
    widal001 committed May 31, 2023
    Configuration menu
    Copy the full SHA
    eb1cd48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0f214c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce945fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fe7303a View commit details
    Browse the repository at this point in the history
  6. build: Adds typer to project dependencies

    Typer supports building simple but powerful CLI tools
    widal001 committed May 31, 2023
    Configuration menu
    Copy the full SHA
    58baaf5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f385a01 View commit details
    Browse the repository at this point in the history
  8. feat: Add CLI entrypoints

    widal001 committed May 31, 2023
    Configuration menu
    Copy the full SHA
    11ab465 View commit details
    Browse the repository at this point in the history
  9. feat: Creates a yaml version of the milestone summary

    This provides a single source of truth for milestones in the repo
    widal001 committed May 31, 2023
    Configuration menu
    Copy the full SHA
    4f439b3 View commit details
    Browse the repository at this point in the history
  10. docs: Fills out README.md

    widal001 committed May 31, 2023
    Configuration menu
    Copy the full SHA
    48a5cde View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    07d7bb7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a21182c View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2023

  1. Configuration menu
    Copy the full SHA
    91b2d4f View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Configuration menu
    Copy the full SHA
    c926724 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75ace40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ec6b04 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e8a2ca View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    abef00a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2280e5 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    b1533d7 View commit details
    Browse the repository at this point in the history