Skip to content
Closed
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
a57e054
Merge pull request #176 from ControlCore-Project/main
pradeeban Aug 2, 2023
4f2e6c8
Merge pull request #181 from ControlCore-Project/main
pradeeban Aug 18, 2023
77e7377
Update issue templates
prajwalkulkarni Jan 15, 2024
b6a5797
Merge pull request #1 from prajwalkulkarni/add-issue-templates
prajwalkulkarni Jan 15, 2024
500d575
Merge pull request #187 from prajwalkulkarni/main
pradeeban Jan 16, 2024
196ae1a
Fix: start issue
prajwalkulkarni Jan 16, 2024
257d165
Merge pull request #188 from prajwalkulkarni/main
pradeeban Jan 16, 2024
8c8368b
Potential fix for code scanning alert no. 3: XML internal entity expa…
pradeeban Mar 20, 2025
1f21c60
Potential fix for code scanning alert no. 2: XML internal entity expa…
pradeeban Mar 20, 2025
efdffc0
Merge pull request #195 from ControlCore-Project/alert-autofix-2
pradeeban Mar 20, 2025
f33c389
Bump tar in the npm_and_yarn group across 1 directory
dependabot[bot] Mar 20, 2025
e4173b0
Bump eventsource from 1.1.0 to 1.1.2
dependabot[bot] Mar 20, 2025
1ea6648
Merge pull request #201 from ControlCore-Project/dependabot/npm_and_y…
pradeeban Mar 20, 2025
4d478b7
Merge pull request #205 from ControlCore-Project/dependabot/npm_and_y…
pradeeban Mar 20, 2025
840836d
Integrated Monaco Code Editor, Completing Issue #192
saksham-gera Mar 21, 2025
c55d9de
Fixing Issue #209, label must contain some text
saksham-gera Mar 21, 2025
2a60f4f
Fixing Issue #208, Unknown Property ‘directory’ in React File Input i…
saksham-gera Mar 21, 2025
c76910a
Merge pull request #212 from saksham-gera/issue209
pradeeban Mar 21, 2025
f35acd4
Merge pull request #211 from saksham-gera/issue208
pradeeban Mar 21, 2025
91cc8fe
Merge pull request #210 from saksham-gera/issue192
pradeeban Mar 21, 2025
804d55b
Update README.md
pradeeban Mar 21, 2025
0604c8e
fixed workflow failure
saksham-gera Mar 21, 2025
a45405e
Merge pull request #215 from saksham-gera/issue192
pradeeban Mar 21, 2025
8e52f16
Alert Issue Fixed #217
saksham-gera Mar 22, 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
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The _concore_ Editor

This is a fork of DHGWorkflow, visual Directed Hypergraph Workflow Composer, finetuned to operate as a frontend for _concore_.
This is a Directed Hypergraph Workflow Composer, which operates as a visual frontend for _concore_.

Key Features of the _concore_ Editor:
* Export-import graph as a graphml file.
Expand All @@ -14,7 +14,7 @@ and many more!


## Installing it locally
This is a frontend tool built with React Js.
This is a tool built with React Js.
Steps to start it locally
1. Clone the repository
2. At the root of the repository, run the following commands:
Expand Down
Loading
Loading