h2nearme / h2near.me

Web application connecting hydrogen producers and offtakers
1 stars 0 forks source link

Various fixes for issues + admin start #30

Closed datene closed 1 year ago

datene commented 1 year ago

In regards to #23 Instead of showing the name of the city where the supplier is located can we show a name e.g. "NIW Waste Water Treatment Plant in Moorfields" We currently have a 'name' field where we've just been putting the name of the city in the seed file, this field can be used for displaying any type of name.

Add 6 digits to longitude and latitude I don't understand this bit, longitude and latitude are generated automatically and follow a standard format. We can change the way we display it, but I don't really see why.

Change postcode format from "BT11 DF" to "BT1 1DF" Postcode also is generated automatically and uses regional standard format, only the ones from the seed file might have a different format

Tidy up volumes to whole numbers and with "kg" Can change precision to 0 decimals, should discuss, have added kg in all relevant places