forked from responsibleIT/Social-Network-Simulation
-
Notifications
You must be signed in to change notification settings - Fork 1
Probleemdefinitie
Bart edited this page Jun 10, 2024
·
5 revisions
The current social network simulator has several issues that negatively affect the user experience:
- Lack of Interactivity: The current version is not very interactive, and it is unclear how users can influence the network.
- Clarity: The interface is cluttered and difficult to follow, especially with a large number of users.
- Poor User Experience: The first JavaScript version lacks styling and offers a poor user experience, making it unusable.
The goal is to develop a new front-end for the simulator that provides the following improvements:
- Interactivity: Increase ease of use and interaction by improving affordance, so users understand what they can do with the simulator.
- Clarity: Ensure a clear display of the network, even with a large number of users.
- User Experience: Provide an attractive and intuitive interface with clear styling.
By addressing these issues and achieving the objectives, the new front-end will become an effective and user-friendly tool for understanding and demonstrating social networks and the spread of information.
-
π Debrief
-
β οΈ Problem definition -
π§βπ¨ Design
-
π§βπ» Solution & Code
- ποΈ App (main file)
- π€ Simulation
- π΅ Node
- π Person
- π° Post
- γ°οΈ Edge
βοΈ Cursor- π½ userData
- π WebData
- π Import & Export (FileHandler)
- Onboarding
-
π€ Recommendations