recoverysource / aamod

Hugo theme (and scripts) to build an AA-focused website with minimal effort. (demo: https://aamod-demo.recoverysource.net/)
https://docs.recoverysource.net/aamodule/usage
Other
0 stars 0 forks source link

Country code should come from address #14

Open MTecknology opened 3 months ago

MTecknology commented 3 months ago

https://github.com/recoverysource/aamod/blob/master/layouts/shortcodes/meeting-guide.html#L23 defines a separate country field that automatically defaults to USA. The default seems fine, but this should not rely on an entirely separate field. We should instead support adding it as an optional 5th argument to our address ... actually, this seems worse than current.

There are likely better ways to handle this; discussion is needed.

kabeer95 commented 3 months ago

My propose a revision to the address field in the meeting-guide.html file to improve user experience and data accuracy. Currently, the separate country field defaults to "USA" and may not accommodate users from other countries. I recommend implementing a nested address object or a single address field with a standardized format. Alternatively, a separate country field with a dropdown or autocomplete feature can be used. These solutions will simplify the address input process, reduce errors, and enhance overall usability. let's discuss further detail.

MTecknology commented 3 months ago

@kabeer95 I'm having a little trouble understanding your contribution to the conversation. It looks like you summarized what I mentioned and suggested discussing it further. Is there something specific you wanted to add or elaborate on that I might have overlooked?

kabeer95 commented 3 months ago

@MTecknology what i am trying to say is , instead of going for 5th field you can use construcut for the field to default

MTecknology commented 3 months ago

@kabeer95 It sounds like you're basically describing how it works right now; check out the link in the description.

MTecknology commented 3 months ago

It's also worth noting that TSML /does/ put the country field into the normalized address. Trying to parse this data is what made me create this ticket--because I'm not convinced either approach is truly best ... but what else is there?