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

[WIP] Implement alias grouping, fix #4647 #4655

Draft
wants to merge 2 commits into
base: staging
Choose a base branch
from

Conversation

ClundXIII
Copy link

@ClundXIII ClundXIII commented Jun 30, 2022

This PR introduces grouping of alias together. So far this is the "first stage" where the group has no functionality other than visually and for ordering.

Backend:

  • Implement Database
  • Implement API

UI:

  • Implement Templates
  • Implement Javascript

fix #4647

(This is work in progress, also not yet tested.)

Sorry, something went wrong.

The entry `address` is duplicated and can be removed.
@ClundXIII ClundXIII changed the title [WIP] Implement alias grouping [WIP] Implement alias grouping, fix #4647 Jun 30, 2022
@MAGICCC
Copy link
Member

MAGICCC commented Jun 30, 2022

Could you change the base branch to staging?

@ClundXIII
Copy link
Author

Could you change the base branch to staging?

Sure. Is that the preferred way of sending a PR?

@ClundXIII ClundXIII changed the base branch from master to staging June 30, 2022 19:57
@DerLinkman
Copy link
Member

Yes :)

@ClundXIII ClundXIII force-pushed the feature-4647-implement-alias-grouping branch 7 times, most recently from 0d207fd to 5e42a1b Compare July 4, 2022 12:06
This comment adds a new table `alias_group` as
well as an `alias_group_id` columnt to the `alias`
table.

This is the first step, where the alias group
does have no other functionality than sorting.

TODO: remove commented out map_full --> move to new PR / commit
@ClundXIII ClundXIII force-pushed the feature-4647-implement-alias-grouping branch from 5e42a1b to 5fd2e6b Compare July 4, 2022 12:11
@ClundXIII
Copy link
Author

Adding / removing to group and display works now. (I manually added the groups into the database)

@MAGICCC @DerLinkman where can I find the template for adding a new Alias? It would make a lot of sense to add all the generated alias to a new group with one click.

I am currently unsure if an extra page just for alias groups is needed. Can I add the group overview (and edit / delete) Buttons right at the bottom of the alias page?

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

Successfully merging this pull request may close these issues.

Alias Grouping
3 participants