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

"scener/handle" and "person" must be seperate things #5

Open
mrdudz opened this issue May 27, 2022 · 6 comments
Open

"scener/handle" and "person" must be seperate things #5

mrdudz opened this issue May 27, 2022 · 6 comments
Labels
requirement Required feature

Comments

@mrdudz
Copy link

mrdudz commented May 27, 2022

in csdb "scener" is a person, and a scener can have a handle (or more than one).

the fundamental problem with this is, that there are cases where a handle was used by more than one person and appeared as one "scener" (but not as a group of sceners). famous example was "the ministry", which was two people, who joined groups under the single handle "the ministry". the same two people also had their individual handles (Jayce and Marcus). see https://csdb.dk/scener/?id=7956

so it must be possible to:

  • a scener ("person") can relate to one or more handles
  • a handle can releate to one or more sceners ("persons)
@mrdudz mrdudz added the requirement Required feature label May 27, 2022
@idolpx
Copy link
Owner

idolpx commented May 27, 2022

Can you have a scener without a handle or a handle without a scener?
This needs more clarification. The term "scener" seems to represent a single individual aka "person".

"The Ministry" (handle)
"Jayce" (handle)
"Marcus" (handle)

scener-a = "Jayce" = "The Ministry"

scener-b = "Marcus" = "The Minitry"

So a scener should be able to have more than one actively used handle at a time?

@mrdudz
Copy link
Author

mrdudz commented May 27, 2022

a scener (person) can have one or more handle at a time. this is not what this is about (and csdb can handle this fine already)

this is about the situation when a single handle is used by different sceners and those appear as a single entity in a group or in releases.

@idolpx
Copy link
Owner

idolpx commented May 27, 2022

How do you envision it being represented?

@idolpx
Copy link
Owner

idolpx commented May 27, 2022

On the "handle" page it could show the list of sceners using that handle if it is more than one.
Would that work?

@mrdudz
Copy link
Author

mrdudz commented May 27, 2022

On the "handle" page it could show the list of sceners using that handle if it is more than one. Would that work?

no idea. i am only thinking in terms of the db structure. what the frontend does with it is irrelevant for the time being :)

in the frontend, it would show very similar to how a group is shown, i guess

@idolpx
Copy link
Owner

idolpx commented Jun 8, 2022

I added "SenerIDs" & "Sceners" arrays to the "Handle" type in the scheme to handle this.

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

No branches or pull requests

2 participants