PEMB2030 / decidim-pemb

https://barcelonadema-participa.cat/
GNU Affero General Public License v3.0
0 stars 0 forks source link

Mapa Actors PEMB : diferenciar hashtags metropolis #12

Closed martanducas closed 3 years ago

martanducas commented 3 years ago

Tenim dos tipus de hashtags: metropolis i categories del PEMB. Cal que es mostrin diferenciats, llavors hem identificat dues tasques:

image

martanducas commented 3 years ago

I un extra, seria possible a "title" posar el hashtag? Ara surten números i queda una mica raro:

Canviar això: <label data-layer="gid://decidim-pemb/Decidim::Hashtag/34/MetropoliInteligent" class="awesome_map-hashtag-MetropoliInteligent" title="4"><input type="checkbox" class="awesome_map-hashtags-selector" checked=""><span>#MetropoliInteligent</span></label>

Per això: <label data-layer="gid://decidim-pemb/Decidim::Hashtag/34/MetropoliInteligent" class="awesome_map-hashtag-MetropoliInteligent" title="#MetropoliInteligent"><input type="checkbox" class="awesome_map-hashtags-selector" checked=""><span>#MetropoliInteligent</span></label>

microstudi commented 3 years ago

En principi el numero indica quantes propostes hi ha amb aquest tag, es podria afegir un text explicant-ho. En tot cas posar un titol que diu el mateix que text no te massa sentit no? casi millor treure el titol

martanducas commented 3 years ago

@microstudi aaah uau! sí, això està molt bé, però no ho havia entes... potser podria dir X propostes (i q es pogues canviar amb el term customizer)

martanducas commented 3 years ago

O, si és complicat fer-ho amb term customizer, podríem posar "X items" ;)

microstudi commented 3 years ago

image Per cert, lo del css, te l'acabo de corregir, seria aixo;

/* Remove proposals title */
div.leaflet-control-layers-overlays label div:first-child 
{ display: none;  }
/* give space to the map box*/
div#map {
    margin-top: 2%;
    margin-bottom: 2%; 
}
/* Tune some tags color */
.wrapper #awesome_map-hashtags-control label[class^=awesome_map-hashtag-Metropoli] { background-color: gold; }
martanducas commented 3 years ago

Perfect, llavors només queda ordenar els hashtags pq apareguin primer els de metropoli (comencen tots per #MetropoliXXX) i ja ho tindríem solucionat!

Per altra banda, sé q al decidim li agrada molt això d aleatori, però jo ordenaria la resta de hashtags alfabèticament per facilitar la vida a l'usuària.

microstudi commented 3 years ago

tanquem?

martanducas commented 3 years ago

Resolt:

image