Commit Graph

9 Commits

Author SHA1 Message Date
owenrees 02372f2076 Feat/error logs (#16)
* added list of tasks to achieve

* update deps

* update elixir version in CI/CD pipeline

* update todo with branch push checks

* underscores separation of large numbers

* update elixir version and deps

* add basic module  docs

* remove IO.inspect call

* check if list is empty rather than traversing list for length

* revert empty list code

* duration tests

* add mime type tests

* use logger instread of inspect, remove todos

* replace list length check with Enum.empty

* replace list length check with !Enum.empty?

* numbers readability fix by using underscores on large numbers

* iucn parser replaced case with multiclause function and added test

* replace map and join with map_join

* fix multiple spec issues where map() must be inside a list
2025-12-06 23:41:59 +01:00
Owen b806b78b23 do not show common name text when no common names exist - either nil or empty list 2025-01-13 15:57:33 +01:00
Owen 9fe768b8c4 do not show common name text when no common names exist 2025-01-13 15:57:33 +01:00
Owen 71d728fb1a remove no alternatives found text 2025-01-10 22:18:27 +01:00
Owen bcdccd4b76 IUCN data as full sentences, not abbreviations 2025-01-10 21:16:16 +01:00
Owen 0494ad7ff5 plant database links wording 2025-01-10 21:06:11 +01:00
Owen 0b656b4d24 parsed message paragragh spacing fixes 2024-12-31 21:41:36 +01:00
Owen ffe6fca781 remove threat status text if no iucn data is available 2024-12-29 20:17:56 +01:00
Owen 2652a8f561 Discord customer logger 2024-12-17 15:28:34 +01:00