This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 8
ChangeWindows 6 #83
Open
Studio384
wants to merge
78
commits into
release
Choose a base branch
from
6.0
base: release
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
ChangeWindows 6 #83
Conversation
This file contains 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
We'll be rewriting the entire front-end theme from the ground up in alpha 2, no point in putting effort in fixing this now.
We've got no intent on adding this in version 6. We'll figure out a better way to display our Patrons.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
ChangeWindows 6 will be the first major revamp of ChangeWindows since early 2019.
Goals
Targets
Questions to explore
Are to many aspects color-coded?
Milestones, channels and platforms are all color-coded. This seems to much and makes things confusing. Platforms have their icon to identify themselves so they may be the most obvious choice to remove colors from, but colors do make it clearer what they are. Rings' color scheme are reasonably self-explanatory as red to blue indicates how stable the flight is and are in my opinion useful indicators. Milestones however isn't one I can find a good reason for to maintain colors; they are fun, but they don't provide any useful information on their own. Why is 1607 red? Why is 1703 green? This doesn't tell you anything and unless you go to the milestones page or hover over the colored circles, you don't know what milestone what belongs too. It might make the most sense to drop colors from milestones, at the very least as indicators.
Design
Features
Profile
The profile is being expanded with a number of new settings, including changing your email address and password, as well as adding an option to upload a profile picture. This is the only front-facing feature change that we will make in alpha 1.
Backstage
We're making a major revamp for the UI. The management UI will be split off from the front-end to allow for easier iteration for both. Most of the work on this should be finished when alpha 1 is released.
Permissions and roles
With version 6.0, we're introducing a major revamp to the permission system which will no longer be hardcoded into the codebase. Instead new roles can be created from within ChangeWindows and permissions that are assigned to features within the code can be toggled on or off for each role. Like the new management UI, this will be included in alpha 1.
Database structure
The goal for version 6 is for our database structure to remain backwards compatible with version 5. While ChangeWindows 6 can add new functionality or alter behavior compared to the current version, it can't do so in a way that requires both to have their own database set.