Commit Graph

63 Commits

Author SHA1 Message Date
981a282f12 feat(pets): updates pets view 2024-12-06 22:38:10 -03:00
1f65b3681e feat(pets): adds pet methods 2024-12-06 22:35:35 -03:00
f5733722c8 feat(pets): adds paginator macro 2024-12-06 22:21:54 -03:00
28f743daef fix: prevents null node to be added 2024-12-06 00:50:05 -03:00
8c54599b7e fix: adds img src property to pets model 2024-12-04 22:41:17 -03:00
d157f294a9 build: modifies gitignore 2024-12-04 00:13:02 -03:00
0e25bf660c feat(pets): adds bp, service and filters template and logic 2024-12-04 00:01:40 -03:00
e8c79ed04d feat(pets): adds pets kind insertion at app start 2024-12-03 23:59:08 -03:00
da565ea275 fix: removes username from user model 2024-12-02 21:42:49 -03:00
e02ea505de fix: adds user option to layout menu 2024-12-01 18:14:15 -03:00
371c6037c2 feat(user): adds validation for changes before updating user profile 2024-12-01 13:11:24 -03:00
5b8bf004fa feat(user); adds update methods and template 2024-11-30 01:02:49 -03:00
59a44f4ee2 refactor: adds category to flash messages 2024-11-30 00:56:40 -03:00
512cec6a3c refactor: standalone message block for better customization 2024-11-29 22:15:46 -03:00
6279dc7dd0 refactor: js password validation to single file 2024-11-25 23:46:39 -03:00
348d04e1e9 refactor: adds css variable 2024-11-24 22:40:18 -03:00
2f48687f3c fix: sets header's img width and height preventing layout shift 2024-11-23 21:00:06 -03:00
3c40455884 fix: redirects to user's home page on register and login 2024-11-23 20:49:02 -03:00
1e4c565a52 fix: some minor improvements 2024-11-23 20:26:10 -03:00
76fb0aa94f feat(users): adds login functionality 2024-11-23 19:53:27 -03:00
46a364dac7 feat(users): adds login required decorator 2024-11-23 19:52:16 -03:00
5d7d67dbb4 fix: css for footer 2024-11-23 14:17:58 -03:00
5030eb42ce refactor: extracts form submit button
template and js validation
2024-11-21 13:00:11 -03:00
d3ff62299d fix: footer placement 2024-11-21 12:47:39 -03:00
d7e5968fb8 refactor: content inner header as template to be reusable 2024-11-21 10:17:09 -03:00
f3f4912e41 feat(users): adds in client password matching validation 2024-11-17 22:39:04 -03:00
d00fd4220d feat(users): adds session based conditionally rendering 2024-11-17 21:46:38 -03:00
6f4d6f7ff1 feat(users): starts session and redirects on sucessfull registration 2024-11-17 21:44:34 -03:00
8a8a53afcb feat(users): adds logout functionality 2024-11-17 21:35:33 -03:00
9fd8afbfec fix: checks for users email not to be registered 2024-11-17 18:20:00 -03:00
5e39131856 fix: adds uniqueness constraint to users email field 2024-11-17 18:19:08 -03:00
0eb5344bf3 feat(users): configures session with sqlalchemy 2024-11-17 18:03:16 -03:00
5e7c18588b build: adds flask-sqlalchemy-session dep 2024-11-17 17:34:43 -03:00
3def1f5e46 build: adds flask session dependency 2024-11-17 17:21:31 -03:00
be03c55e89 feat(user): adds registration logic and validation 2024-11-16 23:26:35 -03:00
7541548acf fix: properly imports datetime, adds autoincrement 2024-11-16 23:24:56 -03:00
19f1bdd612 feat(users): adds flash message, some minor fixes 2024-11-16 23:21:50 -03:00
ee21a194ca feat: adds flash message 2024-11-12 23:18:20 -03:00
1f3feece2f feat(user): adds registration form template 2024-11-05 00:26:12 -03:00
2b43da4504 feat(layout): updates layout styling 2024-11-05 00:22:48 -03:00
2eb6de9df0 fix: updates user model password max length 2024-11-04 23:27:33 -03:00
87a8d6b35a build: adds wsl virtual env path to gitignore 2024-11-03 20:26:24 -03:00
1cd2c1a780 build: definite fix 2024-11-02 21:18:20 -03:00
f68e8f5e49 build: procfile amedment test 2 2024-11-02 20:10:27 -03:00
7b4f9647dd build: procfile amedment test 2024-11-02 20:07:28 -03:00
7bd51d2851 build: adds .vscode dir 2024-11-02 19:38:19 -03:00
b028111a59 feat(app): registers users module, adds db on init logic 2024-11-02 19:36:58 -03:00
e77c25b398 refactor(utils): adds app to drop_db 2024-11-02 19:19:29 -03:00
edc75fa27e feat(users): adds users module 2024-11-02 19:10:24 -03:00
d500f36299 refactor(layout): changes layour dir and adds header 2024-11-02 19:00:02 -03:00