Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up the directory of fightme_webapp/lib #26

Open
TaigaODonnell opened this issue Oct 7, 2024 · 0 comments
Open

Clean up the directory of fightme_webapp/lib #26

TaigaODonnell opened this issue Oct 7, 2024 · 0 comments

Comments

@TaigaODonnell
Copy link
Contributor

Probably should use MVC within our project for the frontend. We already have Models, we might as well go all the way.

  • lib/
    ----/Models
    ----/Views
    ----/Controller
    --/main.dart

If we want to make it even cleaner, we can make it feature based architecture with mvc so it'll be like:

  • lib/
    --/main.dart
    --/Core
    --/ProfileFeature
    --/Model
    --/View
    --/Controller
    --/SettingsFeature
    --/Model
    --/View
    --/Controller
    --/MessagingFeature
    --/Model
    --/View
    --/Controller

This can help us more with what each person does since in sprint 1, each of us didnt really know what to do (also dev environment problems). We can delegate a person to do a settings feature and another for leaderboards feature or something like that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant