Skip to content

Conversation

vspecky
Copy link
Contributor

@vspecky vspecky commented May 20, 2024

Type of Change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring
  • Dependency updates
  • Documentation
  • CI/CD

Description

This PR adds functionality to the constraint graph that allows the graph to describe its structure by generating a DOT program, which can then be visualized by the user through GraphViz.

Additional Changes

  • This PR modifies the API contract
  • This PR modifies the database schema
  • This PR modifies application configuration/environment variables

Motivation and Context

Being able to visualize a constraint graph would aid with intuition and debugging.

How did you test it?

compiler guided. No API tests required since this is purely a developer-focused feature and does not touch any business logic code.

Checklist

  • I formatted the code cargo +nightly fmt --all
  • I addressed lints thrown by cargo clippy
  • I reviewed the submitted code
  • I added unit tests for my changes where possible

@vspecky vspecky added C-feature Category: Feature request or enhancement S-waiting-on-review Status: This PR has been implemented and needs to be reviewed A-constraint-graph Area: Constraint Graph labels May 20, 2024
@vspecky vspecky added this to the May 2024 Release milestone May 20, 2024
@vspecky vspecky self-assigned this May 20, 2024
@vspecky vspecky requested review from a team as code owners May 20, 2024 09:56
@vspecky vspecky linked an issue May 20, 2024 that may be closed by this pull request
2 tasks
@likhinbopanna likhinbopanna removed the S-waiting-on-review Status: This PR has been implemented and needs to be reviewed label May 21, 2024
@likhinbopanna likhinbopanna added this pull request to the merge queue May 21, 2024
Merged via the queue into main with commit 0f53f74 May 21, 2024
@likhinbopanna likhinbopanna deleted the add-constraint-graph-visualization-module branch May 21, 2024 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-constraint-graph Area: Constraint Graph C-feature Category: Feature request or enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] Constraint Graph visualization (via GraphViz) functionality
4 participants