c2corg / v6_ui

UI for c2c.org v6
GNU Affero General Public License v3.0
7 stars 12 forks source link

Feedbacks on waypoint editing #242

Closed asaunier closed 8 years ago

asaunier commented 8 years ago
asaunier commented 8 years ago

Concerning the organisation of the attributes (steps), it is currently a bit complicated and not intuitive. Probably too many steps.

ginold commented 8 years ago

I did it, but putting everything in figures makes the form very long. You forgot about contact, access, transports, ratings... But if it's better that way :no_mouth:

ginold commented 8 years ago

isn't a 'Rating' most commonly represented with stars ? If it's not a special value like those letters in other ratings why not use stars ? 5 = 5 stars, it's very speaking :star: :star: :star: :star: :star: Or tell me that users will not get what the stars are and are so used to a scale 1-5, then ok :P

tsauerwein commented 8 years ago

It's more about the difficulty of a route. For the real rating there is a field awesomeness for outings. That's where we can use stars.

ginold commented 8 years ago

that's exactly what I did, this time i would not let it go if it weren't stars :gun:
got it!

asaunier commented 8 years ago

isn't a 'Rating' most commonly represented with stars ?

That's not a quality rating. It's a difficulty indicator. A paragliding takeoff with difficulty 5 is very difficult, not very cool :P

ginold commented 8 years ago

whoa so difficult it must be awesomely hardcore!

asaunier commented 8 years ago

I did it, but putting everything in figures makes the form very long. You forgot about contact, access, transports, ratings... But if it's better that way

Don't make too much changes about this. It's still discussed by the client. I'm urging them to make a choice.

asaunier commented 8 years ago

Errors reported about the WP editing form:

Climbing indoor:

asaunier commented 8 years ago

Climbing outdoor:

asaunier commented 8 years ago

Yes/no attributes (eg. "gas unstaffed") should also be set to none (if the info is not available) => the radio buttons should be uncheckable. Perhaps use a "exclusive" checkboxes that supports 0 or 1 value.

  • [x] @ginold Are you sure this point can be checked? In the demo the yes/no attributes are still set using 2 radio buttons and it's not possible to unset them when you have checked one of the radios.
asaunier commented 8 years ago

Huts:

asaunier commented 8 years ago

Discussed with the client. the fields in the WP editing form must be reorganised to make it more consistent.

Depending on the waypoint_type, we would have 2 to 3 steps (not including the "preview" step before saving).

Here are the steps and fields for "simple" waypoints (summits, passes, places etc.)

step 1

title + lang waypoint_type elevation (+ prominence for summits) longitude + latitude interactive map maps_references

step 2

associations summary description quality

Fields for other types will be provided in additional comments below.

asaunier commented 8 years ago

climbing_indoor

step 1

title + lang waypoint_type longitude + latitude interactive map elevation maps_references

step 2

climbing_styles + climbing_indoor_types routes_quantity + height_max climbing_rating_min + climbing_rating_median + climbing_rating_max URL + phone

step 3

associations summary description quality

asaunier commented 8 years ago

climbing_outdoor

step 1

title + lang waypoint_type elevation longitude + latitude interactive map maps_references

step 2

climbing_outdoor_types + climbing_styles orientation + best_periods rock_types routes_quantity + equipment_ratings height_min + height_max + height_median climbing_rating_min + climbing_rating_max + climbing_rating_median rain_proof + children_proof + access_time URL

step 3

associations summary access description access_period quality

asaunier commented 8 years ago

accomodations

step 1

title + lang waypoint_type elevation longitude + latitude interactive map maps_references

step 2

custodianship + capacity_staffed + capacity URL + phone + phone_custodian matress_unstaffed + blanket_unstaffed + gas_unstaffed + heating_unstaffed

step 3

associations summary access_period description quality

asaunier commented 8 years ago

access

step 1

title + lang waypoint_type elevation + elevation min longitude + latitude interactive map maps_references?

step 2

lift_access + parking_fee snow_clearance public_transportation_rating public_transportation_types

step 3

associations summary access_period road access (= description?) public transportation access (= access?) quality

asaunier commented 8 years ago

Paragliding WP, webcam, weather stations: 2 steps if not a lot of dedicated attributes, 3 steps if quite a lot (eg. paragliding)

ginold commented 8 years ago

and have you thought about any names for those steps ? or we stick with 'figures' etc?

ginold commented 8 years ago

what is quality ?!

asaunier commented 8 years ago

have you thought about any names for those steps ?

Not yet. I ask the client and let you know.

what is quality ?!

https://github.com/c2corg/v6_api/blob/master/c2corg_api/models/document.py#L65 It's a meta attribute about the status of the document: https://github.com/c2corg/v6_api/blob/master/c2corg_api/models/document.py#L28-L34 useful to figure out the documents that must be improved (or even not publicly listed, for example the empty outings).

asaunier commented 8 years ago

Fixed by #266