The order of the place in the ship and airship transport grid ... #5123

Open
opened 2023-08-14 17:55:03 +00:00 by Boot · 8 comments
Member

... should reflect the activity of the place. Cities that are no longer very active slide downwards and active cities move upwards. This makes it easier, especially for newbies with mobile devices, because they have to scroll less.

... should reflect the activity of the place. Cities that are no longer very active slide downwards and active cities move upwards. This makes it easier, especially for newbies with mobile devices, because they have to scroll less.
flux added the
1. kind/enhancement
label 2023-08-14 19:36:21 +00:00

On the other hand, modifying it too often may confuse people that got used to a certain order.

Could it be possible so that people would be able to pick their preferred ordering?
The options could be perhaps:

  • activity/popularity (as Boot suggests)
  • age (so new destination will appear at the end)
  • distance (closest destinations appearing first)
  • lexicographically (A .. Z)
On the other hand, modifying it too often may confuse people that got used to a certain order. Could it be possible so that people would be able to pick their preferred ordering? The options could be perhaps: - activity/popularity (as Boot suggests) - age (so new destination will appear at the end) - distance (closest destinations appearing first) - lexicographically (A .. Z)

That's not impossible, but not within the current NPC constrictions. Plua, this selection needs to be stored somewhere.

That's not impossible, but not within the current NPC constrictions. Plua, this selection needs to be stored somewhere.

I think it's reasonable to occasionally rearrange the entries manually - according to popularity. I think this would also be the simplest to implement.

Ideally, this rearrangement could be informed by some metrics... Perhaps there is the necessary info already in the logs?

I think it's reasonable to occasionally rearrange the entries manually - according to popularity. I think this would also be the simplest to implement. Ideally, this rearrangement could be informed by some metrics... Perhaps there is the necessary info already in the logs?

Not sure if promoting already active cities is a good/fair idea.

The scrolling issue could be reduced alot by rearranging the buttons.
Instead of listing them like

  • Button
  • Button
  • Button
  • ...

making it a 2 column list reduces scrolling without causing "too width" display problems on mobile devices

Column 1 Column 2
Button Button
Button ...
Not sure if promoting already active cities is a good/fair idea. The scrolling issue could be reduced alot by rearranging the buttons. Instead of listing them like * Button * Button * Button * ... making it a 2 column list reduces scrolling without causing "too width" display problems on mobile devices | Column 1 | Column 2 | | -------- | -------- | | Button | Button | | Button | ... |
Member

i'm pretty sure i requested the names be sorted alphabetically at some point, but i'm not finding an issue for that.

i'm pretty sure i requested the names be sorted alphabetically at some point, but i'm not finding an issue for that.
Author
Member

i'm pretty sure i requested the names be sorted alphabetically at some point, but i'm not finding an issue for that.

If you already know where you want to go, an alphabetical order is certainly very practical. For newcomers, however, this is no help either.

It would be nice and probably uncomplicated to implement if there was something more instead of the bare name. So instead of (hopefully soon) "Rubodyke" it could say: "Rubodyke - a very medieval and rural city that still offers plots for new settlers" or something like that. Each mayor may submit a text with x letters. Where there is no longer an active mayor, Staff sets the text.

> i'm pretty sure i requested the names be sorted alphabetically at some point, but i'm not finding an issue for that. If you already know where you want to go, an alphabetical order is certainly very practical. For newcomers, however, this is no help either. It would be nice and probably uncomplicated to implement if there was something more instead of the bare name. So instead of (hopefully soon) "Rubodyke" it could say: "Rubodyke - a very medieval and rural city that still offers plots for new settlers" or something like that. Each mayor may submit a text with x letters. Where there is no longer an active mayor, Staff sets the text.

i'm pretty sure i requested the names be sorted alphabetically at some point, but i'm not finding an issue for that.

If you already know where you want to go, an alphabetical order is certainly very practical. For newcomers, however, this is no help either.

It would be nice and probably uncomplicated to implement if there was something more instead of the bare name. So instead of (hopefully soon) "Rubodyke" it could say: "Rubodyke - a very medieval and rural city that still offers plots for new settlers" or something like that. Each mayor may submit a text with x letters. Where there is no longer an active mayor, Staff sets the text.

I would like to see the 2-column name solution listed above, with this extra info shown in a tooltip on mouseover.

> > i'm pretty sure i requested the names be sorted alphabetically at some point, but i'm not finding an issue for that. > > If you already know where you want to go, an alphabetical order is certainly very practical. For newcomers, however, this is no help either. > > It would be nice and probably uncomplicated to implement if there was something more instead of the bare name. So instead of (hopefully soon) "Rubodyke" it could say: "Rubodyke - a very medieval and rural city that still offers plots for new settlers" or something like that. Each mayor may submit a text with x letters. Where there is no longer an active mayor, Staff sets the text. I would like to see the 2-column name solution listed above, with this extra info shown in a tooltip on mouseover.

Current plan for the cities update is to have separate lists for active and legacy cities. Fiorst column would show the coat of arms, second column would have two lines. The upper one would show the name and the mayor, lower is undecided, but could be used for description, defense status or similar.

Yes, the sorting could be changed, but again: When the sort order deviates from default, this new sorting needs to be stored somewhere.

Current plan for the cities update is to have separate lists for active and legacy cities. Fiorst column would show the coat of arms, second column would have two lines. The upper one would show the name and the mayor, lower is undecided, but could be used for description, defense status or similar. Yes, the sorting could be changed, but again: When the sort order deviates from default, this new sorting needs to be stored somewhere.
AliasAlreadyTaken was assigned by Boot 2024-01-15 21:20:07 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
6 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: your-land/bugtracker#5123
No description provided.