Looking for feedback on UML diagrams (class & sequence) for university fitness app project <3 #197789
Replies: 2 comments
-
|
Hi there! Welcome to the community. It is great to see you taking the initiative to seek external feedback on your Software Engineering assignment. Designing system architecture early on is an excellent habit to build. Since the community platform doesn't automatically render the contents of your attached In the meantime, since you are building an online fitness/gym application, here is a quick checklist of common modeling mistakes and UML conventions that second-semester students frequently encounter. You can cross-reference these with your current drafts: 1. Class Diagram Checkpoints
2. Sequence Diagram Checkpoints
If you can reply with screenshots of your diagrams or paste the underlying structural design descriptions, I would be more than happy to dive deep and give you specific feedback on your application's logic! |
Beta Was this translation helpful? Give feedback.
-
|
Hi @liuheling, Thanks for being a part of the GitHub Community! If you're looking for help, you might want to try asking for help somewhere that focuses on this specific topic. It's possible that another GitHub user might have run into this same issue and can help, but the GitHub Community Discussions focuses primarily on topics related to GitHub itself or collaboration on project development and ideas. We want to make sure you’re getting the best support you can, but this space may not be the right place for this particular topic. Best of luck! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Question
💬 Feature/Topic Area
Code Search and Navigation
Body
Hi everyone,
I’m a second-semester Computer Science student working on a Software Engineering assignment at university. The task is to design a simple online fitness/gym application.
As part of the assignment, I need to create:
a UML class diagram
a UML sequence diagram
Since we don’t have exercise sessions and I don’t currently have classmates or instructor feedback available, I’m trying to get some external input to make sure I’m on the right track. At the moment, I’m mainly working with AI tools, but I’m concerned that I might be misunderstanding some concepts without realizing it.
I’m not asking for a full solution or anyone to do the assignment for me — I would really appreciate feedback on whether my diagrams make sense, and especially:
Are there any obvious modeling mistakes?
Is the structure reasonable for a basic software engineering assignment?
Are there any UML conventions I might be violating?
If anyone is willing to take a look, I’d be very grateful. I can share the diagrams here or in a linked image/diagram format.
Thanks a lot for your time!
(I’ve attached the diagrams below.)
dynamic diagram.pdf
ClassDiagram.pdf
Beta Was this translation helpful? Give feedback.
All reactions