refactor(intro): add shorthands for all classes, add widgets#83
Open
AndreasPopel wants to merge 4 commits intoDARC-e-V:devfrom
Open
refactor(intro): add shorthands for all classes, add widgets#83AndreasPopel wants to merge 4 commits intoDARC-e-V:devfrom
AndreasPopel wants to merge 4 commits intoDARC-e-V:devfrom
Conversation
App Version 1.0.6
Member
|
@AndreasPopel if you want to directly comminucate with us you are invited to send me a mail on hello@nereid.space and get invited to our matrix chat. |
A previous version of flutter_math_fork needed to be pinned in order for builds to work properly.
chore(pubspec): pin previous version of flutter_math_fork
For an easier entry to develop on this project, some screens have been reworked to use components instead of repeatedly nested widgets. Furthermore, magic numbers for course identifications have been broken up into constant based enums, while respecting the possible course types. The handling for setting up the course selection has been centralized in order to improve maintainability. Some occurences for future improvements have been marked with a TODO flag.
30b754d to
1ad906a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
For an easier entry to develop on this project, some screens have been reworked to use components instead of repeatedly nested widgets. Furthermore, magic numbers for course identifications have been broken up into constant based enums, while respecting the possible course types. The handling for setting up the course selection has been centralized in order to improve maintainability.
Some occurences for future improvements have been marked with a TODO flag.