Commit Graph

111 Commits

Author SHA1 Message Date
sBubshait
959b818b20 feat: update the tags and their icons and colours 2025-07-23 09:12:37 +03:00
sBubshait
2de55848f9 feat: add a view button to available invites to see participants 2025-07-23 08:54:03 +03:00
sBubshait
c060e26b5a feat: add a details page for invitation to see attendees 2025-07-22 15:46:13 +03:00
sBubshait
78ef21d2b7 feat: cancel invitations for both attendees and organisers 2025-07-22 15:45:58 +03:00
sBubshait
05e9261f62 feat: add /get for invitations that gets the invite and its attendees. 2025-07-22 15:37:31 +03:00
sBubshait
2f7bc9e6c5 feat: creating invites frontend 2025-07-22 10:47:45 +03:00
sBubshait
d2f74d0296 feat: show back button in settings 2025-07-22 10:35:57 +03:00
sBubshait
57edd7ab14 feat: accepting invites in the front end 2025-07-22 10:34:34 +03:00
sBubshait
b65c8a7340 feat: make /accept invitations takes JSON instead of URL encoded input 2025-07-22 10:34:08 +03:00
sBubshait
fde42dd414 feat: invitation page requesting backend invitations 2025-07-22 10:22:41 +03:00
sBubshait
c1e13d3061 feat: add invitations constants and service to frontend 2025-07-22 10:22:28 +03:00
sBubshait
5f6f3a5f0a feat: add a categorised main /all invitations 2025-07-22 09:56:45 +03:00
sBubshait
a5215b126b feat: create /accept endpoint to accept invitations 2025-07-22 09:44:20 +03:00
sBubshait
cf373c9be3 feat: create /available endpoint for invitations to get all available invitations 2025-07-22 09:18:06 +03:00
sBubshait
ff87f161df feat: create respository and controllers for creating and viewing invitations 2025-07-22 09:12:18 +03:00
sBubshait
63cff0ab24 feat: create DTOs for requests and responses for invitations 2025-07-22 09:11:45 +03:00
sBubshait
a9f5a6d5de feat: create entities for invitations, attendees, and tags 2025-07-22 09:11:17 +03:00
sBubshait
4c527af746 feat: invitation creation form 2025-07-22 08:38:48 +03:00
sBubshait
afacd192d2 feat: add back button from settings not from profile 2025-07-21 15:02:30 +03:00
Saleh Bubshait
270228012d
Merge pull request #2 from sBubshait/feature/CICD
Dockerisation of the front end and the backend
2025-07-21 14:59:15 +03:00
sBubshait
54a1298edf feat: serve the web app and the backend from Compose 2025-07-21 14:57:11 +03:00
sBubshait
9ab02dda7f feat: add Dockerfile for backend 2025-07-21 14:56:19 +03:00
sBubshait
1a540e6999 chore: update maven compile plugin to match JDK version 2025-07-21 14:56:10 +03:00
sBubshait
960aa996fb feat: hook up the front end with the production API 2025-07-21 14:55:14 +03:00
sBubshait
7e4e1a902e feat: add a Dockerfile for the front end to serve web 2025-07-21 14:55:01 +03:00
Saleh Bubshait
969cbf1e8d
Merge pull request #1 from sBubshait/feature/login-page-authentication
Feature/login page authentication
2025-07-21 10:19:09 +03:00
sBubshait
fa626992dc feat: delete back button from main home screens 2025-07-21 10:17:12 +03:00
sBubshait
87c4072d92 feat: add permissions screen after login and send token to server 2025-07-21 10:12:48 +03:00
sBubshait
0905a51ec5 feat: add endpoint to update user information 2025-07-21 10:12:18 +03:00
sBubshait
eb90aa15ac feat: implement sign out button 2025-07-21 10:11:46 +03:00
sBubshait
5870b29a9b feat: cache the user profile information for performance 2025-07-21 09:54:20 +03:00
sBubshait
0c7298e626 feat: skip main page if authenticatd already 2025-07-21 09:53:30 +03:00
sBubshait
622db644fa feat: login page with sucessful login authentication into secure shared preferences 2025-07-21 09:36:31 +03:00
sBubshait
930e6e5284 feat: add admin role and allow admins to create new users 2025-07-21 08:49:02 +03:00
sBubshait
00fe49b109 feat: add users and user login to backend 2025-07-20 15:59:24 +03:00
sBubshait
c78f246d96 feat: conncet backend with database 2025-07-20 15:14:09 +03:00
sBubshait
be6bfa1308 feat: add DB through Docker Compose 2025-07-20 10:59:14 +03:00
sBubshait
42b101f872 feat: add backend 2025-07-20 10:34:59 +03:00
sBubshait
ca35b01281 fix: CI/CD by adding entryPoint to reflect changes in folder structure 2025-07-20 10:28:43 +03:00
sBubshait
c3497ee7f8 fix: CI/CD to reflect restrucring front end to frontend folder 2025-07-20 10:21:31 +03:00
sBubshait
3565fdd963 feat: run flutter app from frontend folder 2025-07-20 10:02:16 +03:00
sBubshait
2d4280f997 feat: restructring 2025-07-20 10:01:32 +03:00
sBubshait
dc11d3ec3e feat: implement profile page with settings 2025-07-20 09:46:42 +03:00
sBubshait
f55491022f feat: implement testing notification on invitation acceptance 2025-07-17 14:11:07 +03:00
sBubshait
3c9127ea17 feat: change icons & update invitations for testing 2025-07-17 13:58:04 +03:00
sBubshait
d4ddc75e6c feat: web favicon to reflect new icon 2025-07-17 11:23:21 +03:00
sBubshait
8a5388f2c1 feat: add an app icon for iOS and android 2025-07-17 11:22:37 +03:00
sBubshait
b4eb05f80a feat: add development tools including the FCM token for testing purposes into the profile page 2025-07-17 11:02:43 +03:00
sBubshait
9c4ad5cdb2 feat: request notifications access only AFTER user action 2025-07-17 10:50:38 +03:00
sBubshait
c42c4e9be7 feat: PWA notifications non blocking 2025-07-17 10:43:47 +03:00