Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
5e5655f
Added CircularData interface under casebuilder to add a sense organiz…
Jun 11, 2025
eb2003a
Re-adding the CircularData.ts file
Jun 11, 2025
936d9e8
removed RELOG submodule
Jun 11, 2025
6d75a60
Added functions for circular UI
Jun 16, 2025
357e312
Refactored the onAddPlant and onAddProduct setup, created typesafe in…
Jun 17, 2025
fc5280d
Added PipelineBlock as well as necessary helper files
Jun 23, 2025
5e7aab6
"Deleted node_modules from commit"
Jun 23, 2025
7df33d2
meeting 6/24 code
Jun 24, 2025
5a3c356
Added a nodes and edges file to ensure customizability, connected it …
Jun 25, 2025
315c80c
Changed css and added customized edge to include an arrow to point fr…
Jun 26, 2025
6e6a4cc
Added center to interface
Jun 30, 2025
3291f08
7-1 meeting code
Jul 1, 2025
d80f956
Changes made to css and in process of adding delete feature
Jul 3, 2025
b095e4b
added uids to allow duplicate-named nodes
Jul 7, 2025
6262047
autoformat button works
Jul 8, 2025
a463b8e
meeting code 7/8
Jul 8, 2025
acd3b46
changed to controlled react state and added edit feature
Jul 9, 2025
2062be1
4 mandatory features of visualization interface (add, delete, edit, c…
Jul 9, 2025
46ca6a7
export pipeline button added and completed
Jul 11, 2025
9761a47
changed to single structure
Jul 17, 2025
052cd37
consolidated add, move, remove functions
Jul 21, 2025
41a51d4
meeting 7/22 progress
Jul 22, 2025
0dda419
Fixed buttons in Pipeline Block
Jul 24, 2025
778e901
deleted DefaultProduct, DefaultPlant,DefaultCenter
Jul 29, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
330 changes: 330 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"dependencies": {
"@xyflow/react": "^12.7.0",
"i": "^0.3.7",
"nanoid": "^5.1.5"
},
"devDependencies": {
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6"
}
}
Loading