diff --git a/README.md b/README.md index 22015384e4dcb9b9a0604e406c5b222f78f1045c..61295d00f3ca25e30216e3c4006a24f4c88e32bd 100644 --- a/README.md +++ b/README.md @@ -24,15 +24,15 @@ cp ./.env.template.local ./.env.production.local # Routes - [ ] check routes - - [ ] AUTH - - [ ] register - - [ ] confirm register - - [ ] resend register token - - [ ] login - - [ ] renew JWT - - [ ] logout - - [ ] request password reset - - [ ] password reset + - [x] AUTH + - [x] register + - [x] confirm register + - [x] resend register token + - [x] login + - [x] renew JWT + - [x] logout + - [x] request password reset + - [x] password reset - [ ] AI - [ ] status - [ ] get models @@ -45,7 +45,7 @@ cp ./.env.template.local ./.env.production.local - [ ] delete vector db [admin only] - [ ] get vector db [admin only] - [ ] update embeddings [admin only] - + # Roadmap - [ ] complete pages - [ ] resend verification code diff --git a/README_tmp.html b/README_tmp.html index 1632be88b58fe6e46e72490235c972651d6f2565..2dc272fe0c6d6d4dfd67602bbf5ddf1bf12dfda4 100644 --- a/README_tmp.html +++ b/README_tmp.html @@ -391,16 +391,16 @@ cp ./.env.template.local ./.env.production.local <ul> <li><input type="checkbox" id="checkbox0"><label for="checkbox0">check routes</label> <ul> -<li><input type="checkbox" id="checkbox1"><label for="checkbox1">AUTH</label> +<li><input type="checkbox" id="checkbox1" checked="true"><label for="checkbox1">AUTH</label> <ul> -<li><input type="checkbox" id="checkbox2"><label for="checkbox2">register</label></li> -<li><input type="checkbox" id="checkbox3"><label for="checkbox3">confirm register</label></li> -<li><input type="checkbox" id="checkbox4"><label for="checkbox4">resend register token</label></li> -<li><input type="checkbox" id="checkbox5"><label for="checkbox5">login</label></li> -<li><input type="checkbox" id="checkbox6"><label for="checkbox6">renew JWT</label></li> -<li><input type="checkbox" id="checkbox7"><label for="checkbox7">logout</label></li> -<li><input type="checkbox" id="checkbox8"><label for="checkbox8">request password reset</label></li> -<li><input type="checkbox" id="checkbox9"><label for="checkbox9">password reset</label></li> +<li><input type="checkbox" id="checkbox2" checked="true"><label for="checkbox2">register</label></li> +<li><input type="checkbox" id="checkbox3" checked="true"><label for="checkbox3">confirm register</label></li> +<li><input type="checkbox" id="checkbox4" checked="true"><label for="checkbox4">resend register token</label></li> +<li><input type="checkbox" id="checkbox5" checked="true"><label for="checkbox5">login</label></li> +<li><input type="checkbox" id="checkbox6" checked="true"><label for="checkbox6">renew JWT</label></li> +<li><input type="checkbox" id="checkbox7" checked="true"><label for="checkbox7">logout</label></li> +<li><input type="checkbox" id="checkbox8" checked="true"><label for="checkbox8">request password reset</label></li> +<li><input type="checkbox" id="checkbox9" checked="true"><label for="checkbox9">password reset</label></li> </ul> </li> <li><input type="checkbox" id="checkbox10"><label for="checkbox10">AI</label>