You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by GitBox <gi...@apache.org> on 2023/01/10 19:18:19 UTC

[GitHub] [age-viewer] marodins opened a new pull request, #102: Query Generator Feature

marodins opened a new pull request, #102:
URL: https://github.com/apache/age-viewer/pull/102

   Query Builder/Generator feature
   
   The intention of this feature is to guide users through the process of creating a query by showing the available keyword options after each selected/written keyword. The keyword relationships are implemented using an adjacency matrix that represents a graph which can easily be updated or modified from the backend at anytime (a csv file) — for example, to add more keywords and relationships.
   ![demo2](https://user-images.githubusercontent.com/67288224/211640582-0e399941-f54f-45fa-a7b4-786eaf8fb2da.gif)
   
   ![demo1](https://user-images.githubusercontent.com/67288224/211640506-baa0dc7e-74e4-48f2-aaa6-0606ae7c1607.gif)
   
   This PR also includes some component size consistency changes. Specifically, frame widths.
   <img width="1430" alt="Screen Shot 2023-01-10 at 10 41 02 AM" src="https://user-images.githubusercontent.com/67288224/211640664-03f6947d-ff48-4d0d-b7ca-810d325f87dd.png">
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age-viewer] MJinH commented on pull request #102: Query Generator Feature

Posted by GitBox <gi...@apache.org>.
MJinH commented on PR #102:
URL: https://github.com/apache/age-viewer/pull/102#issuecomment-1378498156

   I found this is a very interesting and great feature, but I don't quiet get all the 0's and 1's in graph_kw.csv file.  If you don't mind me asking, could you explain what the graph_kw file is for and how the numbers (0,1) on each statement work for reading file?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age-viewer] MJinH commented on pull request #102: Query Generator Feature

Posted by GitBox <gi...@apache.org>.
MJinH commented on PR #102:
URL: https://github.com/apache/age-viewer/pull/102#issuecomment-1379527021

   @marodins Ahh, I understand now. Thanks for the explanation!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age-viewer] marodins commented on pull request #102: Query Generator Feature

Posted by GitBox <gi...@apache.org>.
marodins commented on PR #102:
URL: https://github.com/apache/age-viewer/pull/102#issuecomment-1379431912

   @MJinH No problem, the csv file data represents an adjacency matrix. The adjacency matrix represents the directed graph of keywords and their relationships. You can read it row by row. The name for each row represents the specific node keyword and each column in that row is the relationship between those two nodes. A value of 1 is a relationship (edge) between the name of the column ( a node ) and a value of 0 means no relationship.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age-viewer] aked21 merged pull request #102: Query Generator Feature

Posted by "aked21 (via GitHub)" <gi...@apache.org>.
aked21 merged PR #102:
URL: https://github.com/apache/age-viewer/pull/102


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org