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

Page View for listing group members #135

Open
suirad opened this issue Sep 30, 2015 · 6 comments
Open

Page View for listing group members #135

suirad opened this issue Sep 30, 2015 · 6 comments

Comments

@suirad
Copy link

suirad commented Sep 30, 2015

Reported by TheJD that once a groups members is large, the mc client has issues displaying all of the members.

This could be alleviated by making a page like view, similar to viewing snitch logs on JukeAlert.

He also requested that the list be viewed alphabetically, which *should be do-able once the page listing is completed.

@ProgrammerDan
Copy link

It would be nice, but not required, if we have pagination to also have formatting -- e.g. four/five columns of names per line, 5-6 lines per page, so 20-30 names per page, but readable. The density of display has always been a serious problem.

@suirad
Copy link
Author

suirad commented Sep 30, 2015

This is something that could be more common of an issue once sharding is done; with the anticipated player count. The display problem is something we may just have to deal with unfortunately with the minecraft client. The 3 ways i can think to do it are:

  • As you said, manually display columns of names, shows X number of names per page.
  • Use CivGuide to generate a book containing all of the player names.
  • Use CivMenu to display the pages, using the yellow "selectable" parts to display each player, with a click command.

Any one of them is doable.

@jjj5311
Copy link

jjj5311 commented Sep 30, 2015

add a formattable display class to civmodcore?

On Wed, Sep 30, 2015 at 1:50 PM, Darius Scott [email protected]
wrote:

This is something that could be more common of an issue once sharding is
done; with the anticipated player count. The display problem is something
we may just have to deal with unfortunately with the minecraft client. The
3 ways i can think to do it are:

  • As you said, manually display columns of names, shows X number of
    names per page.
  • Use CivGuide to generate a book containing all of the player names.
  • Use CivMenu to display the pages, using the yellow "selectable"
    parts to display each player, with a click command.

Any one of them is doable.


Reply to this email directly or view it on GitHub
#135 (comment).

@ProgrammerDan
Copy link

Stop talking sense, jjj.

Yeah, tabular response generation could be a reasonable add to civmodcore.

@TealNerd
Copy link

close this?

@Maxopoly
Copy link

Well we never actually added a page view, but instead added a way to limit your search

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

No branches or pull requests

6 participants