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

Enable/Disable POV-Option for Characters #335

Closed
ScullyBlue opened this issue Apr 4, 2018 · 5 comments
Closed

Enable/Disable POV-Option for Characters #335

ScullyBlue opened this issue Apr 4, 2018 · 5 comments

Comments

@ScullyBlue
Copy link
Contributor

In my actual project, I see, that the list of characters can get ... long. But not all characters get a own POV in story. It would be very nice, if I could disable or enable for each character that he stands in the List of POV-Characters or not.

@ScullyBlue ScullyBlue changed the title Enable/Disable POV-Option for Charakters Enable/Disable POV-Option for Characters Apr 4, 2018
@TheJackiMonster
Copy link
Collaborator

I think this shouldn't be too complicated, so I will try to add this next. I have a higher amount of characters too but the most of them get an own POV. But maybe in the future I can make use of it. ^^

@TheJackiMonster
Copy link
Collaborator

Okay, I looked into the code and this request is probably more difficult than I thought to implement. It would require a separate model of all enabled characters next to the model of all characters and they have to be synchronized too. I think it's better to improve searching in such sort of selections for specific characters rather than filtering them. ^^'
So for the moment it looks like we have to deal with all characters for now. Maybe some alphabetic ordering (#321) would already help in the selection too.

@obw
Copy link
Contributor

obw commented Mar 31, 2020

@TheJackiMonster A searchable POV would be a Dream, My biggest project where I use Manuskript has about 100 Characters, still growing;).

When I ever done with this monster of an Idea there will be 10.000+ Characters.

@TheJackiMonster
Copy link
Collaborator

I didn't implement a full search now but I got to fix the original issue as mentioned above. So a POV can be disabled for a character individually. It was easier as I thought yesterday because Qt had some classes and functions already in mind for such a filtering task. ^^

@TheJackiMonster
Copy link
Collaborator

@obw It's probably good to open the searchable POV as new issue. So I would close this one for now.

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

3 participants