fix(docs): Improve HELP.md

This commit is contained in:
Myzel394 2024-05-15 19:36:28 +02:00 committed by GitHub
parent b469dd03ac
commit dffa2d4e92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

29
HELP.md
View File

@ -2,10 +2,7 @@
## ⌚ Add more time zones? ## ⌚ Add more time zones?
No. This is not planned.
<details>
<summary>But... why?</summary>
Each time zone has its' own set of rules: Each time zone has its' own set of rules:
- Offset from GMT - Offset from GMT
@ -22,38 +19,40 @@ There are 3 solutions:
- Always up-to-date - Always up-to-date
**❌Cons:** **❌Cons:**
- Costs money - Extra money costs
- Needs Internet, can go down, needs a caching mechanism - Needs Internet, can go down, needs a caching mechanism
- Can change API and break Unitto - The API might change and we'd need to keep it up-to-date
- Needs to be translated - Needs to be translated
### 2. Create my own API service ### 2. Create my own API service
Pros and cons are same, except this one is free cheaper (you still need to pay). Pros and cons are same, except being a bit cheaper (you still need to pay).
### 3. Android's time zone provider (this is what Unitto uses) ### 3. Android's time zone provider (this is what NumberHub uses)
read more: https://source.android.com/docs/core/permissions/timezone-rules read more: https://source.android.com/docs/core/permissions/timezone-rules
**✅Pros:** **✅Pros:**
- Almost all time zones - Almost all time zones
- Free - Completely for free
- No need to translate (provided by system) - No extra translations (automatically provided by the system)
- Doesn't break Unitto - No sudden API changes
- Works offline, never goes down - Works offline, never goes down
**❌Cons:** **❌Cons:**
- Less cities - Less cities
- Less frequent updates (or none if you are unlucky) - Less frequent updates
</details> </details>
## 👩‍⚕️ Body Mass Index ## 👩‍⚕️ Body Mass Index
Please note that the values displayed in the app are intended for entertainment purposes only. They can not replace professional medical advice. Please don't use Body Mass calculator if you are: Please note that the values displayed in the app are intended for entertainment purposes only. They can not replace professional medical advice.
- Under 21
Please don't use the Body Mass calculator if you are:
- Under 21 years old
- Pregnant - Pregnant
- Diagnosed with an eating disorder - Diagnosed with an eating disorder
Please contact your care provider for more information. Please contact your care provider for more information.
## 💵 Wrong Currency Rates? ## 💵 Wrong Currency Rates?
Currency rates are updated daily. There's no real-time market monitoring in the app. Currency rates are updated daily. There's no real-time market monitoring on NumberHub.