-
v1.5.57a5b4b25 · ·
Added some admin error msg-s (in pets panel), cleaned the code (Java / Angular)
-
-
-
v1.5.20327dc81 · ·
Add a picture while inserting new pet's data (both in user and admin view). Create, read, update, delete pet's data (pet's picture cannot be updated/deleted yet). You can also see Pet clinics info. (Removed "Add picture" from Contacts page.)
-
v1.5.1e4c56e81 · ·
Insertion of thumbnail picture to Pet's page (add picture on Pets page, it just adds pictures to database and you can see the latest picture on pets page and all pictures on Contacts page). On pet page picture will be removed in page refresh and I have not connected imageData (pictures) table to the pets table yet.
-
v1.5.0c909dd88 · ·
Added clinics view (initial, needs addresses, phones etc.). Added image upload functionality (demo version on contacts page, to see how it works. Willl be moved later).
-
v1.4.0d24db0c2 · ·
Added admin page to allow admin to see, add, edit all pets data. TODO:: add edit form to allow admin edit data, add users info to allow admin see pets with their users and change user of a pet.
-
v1.3.06dbad2f3 · ·
Changes: * each user can see, add, update, delete their own pets only * added contact form to Contact page * Updated Home page (created a reusable card component from scratch - using property binding. Cards are generated with *ngFor) * Updated About page (created Angular Material cards, using property binding and *ngFor) * Updated forms validation
-
v1.2.0de7a42bf · ·
Spring: added role-based authorization (admin, user) + Angular error mgs when authenticated user tries to perform non-authorized actions
-
v1.1.156801d31 · ·
Added: Show erros when a user tries to register with existing username. Improved the mobile view.
-
v1.1.01307457b · ·
Added user login and registration, option to edit pets data by logged in user. Basic mobile views.
-
v1.0.0d1e474b8 · ·
Connected BE+FE, added FE login and FE read, create delete actions over REST API connected to BE and DB (pet table)
-
v.0.0.1fab641a2 · ·
Initial version, backend and frontend working separately. BE has Spring Security based login and access to resources by roles.