Skip to content

Commit 92d2a0b

Browse files
committed
Report Updated
1 parent aa5e05f commit 92d2a0b

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

gsoc/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ This new tool will interface seamlessly with AiiDA via a **REST API**, allowing
2525
- **Fully visualize all connecting nodes.**
2626
- **Preview node details without the need for page redirection.**
2727

28-
The end goal is to create an **AiiDA node graph viewer** that is both **robust** and **user-friendly**, which will be developed in **React** and potentially published as a **reusable component on the npm repository**.
28+
The end goal is to create an **AiiDA node graph viewer** that is both robust and user-friendly, which will be developed in React and potentially published as a reusable component on the npm repository**.
2929

3030
---
3131

3232
## **Key Improvements Compared to Previous Version**
3333

3434
- **Modernized User Interface:**
35-
- Upgraded the existing interface from **Angular to React**, providing a more **streamlined** and **responsive experience**.
35+
- Upgraded the existing interface from **AngularJS to React**, providing a more **streamlined** and **responsive experience**.
3636

3737
- **Enhanced Functionality:**
3838
- Added new features that were missing in the previous implementation, ensuring a more **comprehensive tool for users**.
@@ -45,13 +45,13 @@ The end goal is to create an **AiiDA node graph viewer** that is both **robust**
4545
## **Project Outcome**
4646

4747
### **Node Grid Component:**
48-
![Node Grid](https://i.ibb.co/BG9Hk6X/Screenshot-2024-08-22-224556.png "a title")
48+
![Node Grid](images/grid.png "Grid")
4949

5050
The **Node Grid Component** lets you **select the type of Node** you want to explore. Once a type is selected, you can view all possible options available under that category.
5151

5252
### **Node Details Page:**
5353

54-
![Node Details](https://i.ibb.co/KDt8KV8/Screenshot-2024-08-22-231920.png "a title")
54+
![Node Details](images/Details.png "Details Page")
5555

5656
This page displays **detailed information** about the selected Node. If the selected Node has **visualization capabilities**, it can be viewed in the **Rich View**.
5757

@@ -60,7 +60,7 @@ This page displays **detailed information** about the selected Node. If the sele
6060

6161
### **Statistics Section:**
6262

63-
![Statistics](https://i.ibb.co/02Tdr5R/Screenshot-2024-08-22-232909.png "a title")
63+
![Statistics](images/Statistics.png "Statistics Page")
6464

6565
The **Statistics** also contains statistics about the selected Node, providing relevant information depending on the users who created those nodes.
6666

gsoc/images/Details.png

117 KB
Loading

gsoc/images/Statistics.png

114 KB
Loading

gsoc/images/grid.png

111 KB
Loading

0 commit comments

Comments
 (0)