Skip to content

Commit 776a5ea

Browse files
committed
gsoc25: add proposal for Rucio WebUI project
1 parent 6cf5e46 commit 776a5ea

File tree

3 files changed

+97
-0
lines changed

3 files changed

+97
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
project: Rucio
3+
layout: default
4+
logo: RUCIO-logo.png
5+
description: |
6+
[Rucio](https://rucio.cern.ch/) is an open-source software framework that provides functionality to scientific collaborations to organize, manage, monitor, and access their distributed data and dataflows across heterogeneous infrastructures. Rucio was originally developed to meet the requirements of the high-energy physics experiment ATLAS, and is continuously enhanced to support diverse scientific communities.
7+
summary: |
8+
[Rucio](https://rucio.cern.ch/) is an open-source data management framework that enables scientific collaborations to efficiently organize, monitor, and access distributed data across diverse infrastructures.
9+
---
10+
11+
{% include gsoc_project.ext %}
Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
---
2+
title: Rucio WebUI Revamp
3+
layout: gsoc_proposal
4+
project: Rucio
5+
year: 2025
6+
difficulty: medium
7+
duration: 350
8+
mentor_avail: June-November
9+
organization:
10+
- CERN
11+
---
12+
13+
## Description
14+
15+
[Rucio](https://rucio.cern.ch) is an open-source software framework that provides functionality to scientific collaborations to organize, manage, monitor, and access their distributed data and dataflows across heterogeneous infrastructures. Originally developed to meet the requirements of the high-energy physics experiment ATLAS, Rucio has been continuously enhanced to support diverse scientific communities. Since 2016, Rucio has orchestrated multiple exabytes of data access and data transfers globally.
16+
17+
The [Rucio WebUI](https://github.com/rucio/webui) is a Next.js application utilized by various users within collaborating communities to access, monitor, and manage their distributed data. Key features of the Rucio WebUI include:
18+
19+
- **SDK for Streaming:** Facilitates seamless data streaming from the Rucio server to page components, ensuring a responsive user interface.
20+
- **Typed in TypeScript with Generics:** Strict typing ensures code integrity and enhances development efficiency.
21+
- **Accessibility and Responsiveness:** Designed with accessibility and responsiveness in mind, ensuring usability across various devices.
22+
- **Testing and Stability:** Extensive testing ensures robustness and reliability in all components.
23+
- **Feature Toggles:** Dynamic feature toggles provide flexibility in enabling or disabling specific functionalities as needed.
24+
- **Component Library:** Utilizes Storybook and TailwindCSS to enhance development speed and consistency.
25+
26+
## Tasks
27+
28+
1. **Upgrade to Next.js 15, React 19, TailwindCSS 4.x:**
29+
- Migrate the existing codebase to Next.js 15 to leverage the latest features and performance improvements.
30+
- Utilize Server Side Rendering and React Query in Client Side Components to enhance data-fetching capabilities.
31+
- Migrate `tailwind.config.js` to new CSS based configuration for TailwindCSS 4.x.
32+
33+
2. **Enhance User Experience for Site Administrators and Operators:**
34+
- Currently the WebUI focusses on List/Get views with the exception of allowing users to Create Rules. Add features to Create/Edit resources for site administrators and operational experts.
35+
- Investigate legacy views in the previous [Flask application]() and migrate them to the new WebUI.
36+
- Redesign these views to be more user-friendly, incorporating feedback from site administrators and operators.
37+
38+
3. **Migrate Authentication to NextAuth (Auth.js):**
39+
- Transition existing x509 and user/password authentication mechanisms to NextAuth.
40+
- Ensure compatibility with various authentication flows, including OAuth and OpenID Connect.
41+
- Develop an RBAC system to ensure users have access only to functionalities relevant to their roles, enhancing security and usability.
42+
43+
4. **Transition to a Monorepo Structure:**
44+
- Migrate the Rucio WebUI to a monorepo structure to improve code organization and facilitate the sharing of common components across different projects.
45+
46+
## Requirements
47+
48+
**Mandatory:**
49+
- Proficiency in React.js and Next.js
50+
- Experience with TailwindCSS
51+
- Strong knowledge of JavaScript (ECMAScript 6) and TypeScript
52+
- Familiarity with Python 3 and Flask
53+
- Proficiency with Linux, Git, and Docker
54+
55+
**Good to Have:**
56+
- Understanding of NX Monorepos
57+
- Experience with AGGrid Data Tables
58+
- Experience with GitHub Actions
59+
- Knowledge of HTTP REST APIs
60+
- Familiarity with OpenID Connect and x509 protocols
61+
62+
## Expected Results
63+
64+
By the end of GSoC 2025, we expect to have a revamped Rucio WebUI that:
65+
- Is upgraded to Next.js 15 with integrated React Query.
66+
- Utilizes both client and server-side components as per React 19's stable features.
67+
- Supports TailwindCSS 4.0 for a modern design system.
68+
- Offers enhanced user experiences tailored for site administrators and operators.
69+
- Employs NextAuth for streamlined authentication processes.
70+
- Implements a robust RBAC system.
71+
- Adopts a monorepo structure for improved code organization and component sharing.
72+
73+
## Mentors
74+
75+
- **[Mayank Sharma](mailto:[email protected])** (University of Michigan, Ann Arbor)
76+
- [Martin Barisits](mailto:[email protected]) (CERN)
77+
78+
## Links
79+
80+
1. [Rucio GitHub Repository](https://github.com/rucio/rucio)
81+
2. [Rucio UI Presentation](https://docs.google.com/presentation/d/1mXw8Xo3bknO8Ahyd6RvKlNP0OwgXdKJxz6fWiuLYOdI/edit?usp=sharing)
82+
3. [Rucio Documentation](https://rucio.readthedocs.io/en/latest/)
83+
4. [Rucio System Overview Journal Article (Springer)](https://doi.org/10.1007/s41781-019-0026-3)
84+
5. [Rucio Operational Experience Article (IEEE Computer Society)](http://sites.computer.org/debull/A20mar/p9.pdf)

gsoc/2025/mentors.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ layout: plain
88
## Full Mentor List (Name, Email, Org)
99
* Andy Buckley [[email protected]](mailto:[email protected]) UofGlasgow
1010
* Chris Gutschow [[email protected]](mailto:[email protected]) UCLondon
11+
* Martin Barisits [[email protected]](mailto:[email protected]) CERN
12+
* Mayank Sharma [[email protected]](mailto:[email protected]) UMich
1113
* Stephan Lachnit [[email protected]](mailto:[email protected]) DESY
1214
* Serguei Linev [[email protected]](mailto:[email protected]) GSI
1315
* Giacomo Parolini [[email protected]](mailto:[email protected]) CERN)

0 commit comments

Comments
 (0)