Skip to content

Commit 4cd1f8d

Browse files
committed
Report Updated
1 parent 924e21c commit 4cd1f8d

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

gsoc/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ The new tool connects smoothly with AiiDA using a REST API, and it lets users:
2525
- View all the nodes connected to each other.
2626
- Check out node details without needing to open a new page.
2727

28-
The final aim is to create a strong and user-friendly AiiDA node graph viewer. This viewer is being built with React and might even be published as a reusable component on the npm repository.
28+
The final aim is to create a strong and user-friendly AiiDA node graph viewer. This viewer was built with React and was published as a reusable component on the npm repository.
2929

3030
---
3131

3232
## Key Improvements Compared to the Previous Version
3333

3434
- **Updated User Interface:**
35-
- The old interface was built with angular.js. We have now upgraded it to React, which makes the tool look and feel smoother and more responsive.
35+
- The old interface was built with angular.js, which is now a deprecated framework. We have now upgraded it to React, which makes the tool look and feel smoother and more responsive.
3636

3737
- **Better Features:**
3838
- We've added new functions that were missing in the old version, so now users can do more with this tool.
@@ -69,6 +69,11 @@ The Node Details Page shows all the important information about a node. You can
6969

7070
The Statistics section shows data about the AiiDA database, including general information about the nodes and details about the users who created them.
7171

72+
## Publishing and Deployment
73+
74+
- The **AiidaExplorer** component has been published to the npm repository. You can find it [here](https://www.npmjs.com/package/aiida-explorer).
75+
- A demo page that illustrates the usage:
76+
- **Netlify Pages** [here](https://aiida-explorer.netlify.app/)
7277
---
7378

7479
## Future Outlook

0 commit comments

Comments
 (0)