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

Enhanced FeatureGroup #68

Open
Tuesday1028 opened this issue Dec 28, 2023 · 1 comment
Open

Enhanced FeatureGroup #68

Tuesday1028 opened this issue Dec 28, 2023 · 1 comment

Comments

@Tuesday1028
Copy link

ModuleGroup is defined by ArchiveModule where the Feature is located.
ModuleGroup is used as the default FeatureGroup instead of AssemblyGroup, and uncategorized Features should be placed in ModuleGroup.
In the Feature, it is possible to define whether to use ModuleGroup as the ParentGroup.
If ModuleGroup is used as the ParentGroup, the Group created in the Feature will be treated as a SubGroup of the ModuleGroup.
If ModuleGroup is not used as the ParentGroup, the FeatureGroup will be created using the existing method without creating a SubGroup.
This approach prevents the main page from becoming too cluttered and allows for differentiation of functionalities among different Modules.

Using ChatGPT for translation, there may be some unclear or incorrect expressions.

@AuriRex
Copy link
Owner

AuriRex commented Dec 28, 2023

The entire Group system is a bit awkward and a bit janky.
Maybe it'd be a good idea to make Groups be able to be children / SubGroups of any other Group instead.
Could definitely also change the behavior for "normal" Groups used by Features to be inside their own Group per mod by default too, yes.

I'll look into it 👍

@Tuesday1028 Tuesday1028 changed the title Sub feature group and feature grouped by module Enhanced FeatureGroup Jan 1, 2024
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

2 participants