Kometa-Team / Quickstart

YAML Generator for use with Kometa
0 stars 0 forks source link

Provide more detailed feedback per step when a failure occurs #16

Closed bullmoose20 closed 4 months ago

bullmoose20 commented 6 months ago

right now we pretty much hardcode an error, however, there is an error that usually shows up in the console of the flask app and that you maybe be provided to the user instead.

bullmoose20 commented 6 months ago

For example, in the AniDb, we pass the actual results from the api response to the user instead of a generic failure message.

bullmoose20 commented 6 months ago

from Yozora: ```

  <div id="plexStatusMessage" class="status-message"></div>


when the user hits "validate", depending on if the status is successful or not, I want that password field to change class from `form-control` to `form-control is-valid` (if it passes validation) and `form-control is-invalid` (if it fails validation for any reason)
bullmoose20 commented 6 months ago

https://discord.com/channels/822460010649878528/1241862821860474972/1243260340301598731

bullmoose20 commented 4 months ago

going to close this issue as too old and likely not relevant based on all the changed since this issue was created