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

architecture diagrams #54

Open
drahnr opened this issue Jun 22, 2020 · 0 comments
Open

architecture diagrams #54

drahnr opened this issue Jun 22, 2020 · 0 comments
Labels
documentation 📚 Improvements or additions to documentation enhancement 🦚 New feature or request
Projects
Milestone

Comments

@drahnr
Copy link
Owner

drahnr commented Jun 22, 2020

As part of another issue, this is a quick and dirty flow graph of the current (v0.2.4) flow:


                              Documentation

                         +---------------------+
                         |                     |
                         |     LiteralSets     |
                         |  +------------+     |                      +----------------+
   +--------------+      |  |----------------+ |                      |                |
   |              |      |  |---------------------------------------->+   checker1     +------------+
   |              |      |  |--|Literal  |-| | |                      |                |            v
   |   rust       |      |  |--|Literal  |-| | |                      +----------------+          +-------------+
   |              +------------|Literal  |-| | |                                                  |             |
   |              |      |  |--|  +      |-| | |                                                  |  suggestion |
   |              |      |  |--|  |      |-| | |                      +----------------+          +--^----------+
   |              |      |  |--|  |      |--------------------------->+                |             |     |
   |              |      |  |--|  |      |-| | |                      |   checker2     +-------------+     |
   |              |      |  |--------------| | |                      |                |                   |
   |              |      |  +--------------| | |                      +----------------+                   |
   |              |      |     +-------------+ |                                                           |
   +----^---------+      |        |            |                                                           |
        |                |        |            |                                                           |
        |                +---------------------+                                                           |  user picks
        |                         |                                                                        |
        |                         |                                                                        |  replacement
        |                         |                                                                        |
        |                         |                                                                        |
        |                         |                                                                        |
        |                         |                                                                        |
        |                         |                                                                        |
        |                         |                                                                        |
        |                         |                                                                        |
        |                         |                                                                        |
        |                         | original literal span                                                  v
        |                         |                                                                 +----------------+
        |                         |                                                                 |                |
        |                         |                                                                 |                |
        |                         |                                                                 |                |
        |                         |                                                                 |                |
        |                         |                                                                 +----------------+
        |                         |                                                                       |
        |                         |                                                                       |
        |                         |                                                                       |
        |                         |                                                                       |
        |                  +----<-+                                                                       |
        |        BandAid |   |                             range/span within the extracte literal str   |
      <--------------------+   +<-------------------------------------------------------------------------+
                           |   |
                           +---+

Originally posted by @drahnr in #46 (comment)

@drahnr drahnr added documentation 📚 Improvements or additions to documentation enhancement 🦚 New feature or request labels Jun 22, 2020
@drahnr drahnr added this to To Do in Overview Jul 8, 2020
@drahnr drahnr added this to the v0.4.0 milestone Jul 14, 2020
@drahnr drahnr modified the milestones: v0.4.0, v0.5.0 Aug 17, 2020
@drahnr drahnr modified the milestones: v0.5.0, v0.6.0 Sep 10, 2020
@drahnr drahnr mentioned this issue Oct 16, 2020
6 tasks
@drahnr drahnr modified the milestones: v0.8.0, 0.9.0 Apr 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation 📚 Improvements or additions to documentation enhancement 🦚 New feature or request
Projects
Overview
  
To Do
Development

No branches or pull requests

1 participant