Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
111 commits
Select commit Hold shift + click to select a range
31951d4
init
gururajo Feb 17, 2024
43c92d6
Merge pull request #5 from hemantkumarc/Spring-server
gururajo Feb 17, 2024
b9f1341
project structure
gururajo Feb 20, 2024
3c35372
username and password auth
gururajo Feb 27, 2024
79425f2
complete JWT with some bugs
gururajo Feb 27, 2024
f84725b
some updates
gururajo Feb 28, 2024
1c086ae
authorization completed
gururajo Feb 28, 2024
508d15e
Merge pull request #7 from hemantkumarc/Spring-server-main/all_entities
gururajo Feb 28, 2024
164e275
Merge pull request #8 from hemantkumarc/Spring-server-main/login_and_JWT
gururajo Feb 28, 2024
e86c0cd
both http and http enabled
gururajo Feb 28, 2024
e40bf14
Merge pull request #9 from hemantkumarc/Spring-server-main/https
gururajo Feb 28, 2024
8412293
inital commit
gururajo Feb 29, 2024
9589764
succefull websocket connect
gururajo Feb 29, 2024
edd6d95
Merge pull request #10 from hemantkumarc/Spring-server-main/websocket…
gururajo Feb 29, 2024
d2e2933
changed the port
gururajo Mar 1, 2024
a20b569
patinet login
gururajo Mar 1, 2024
6b2de67
Sucess authentication adn authorization for patient
gururajo Mar 1, 2024
6339997
cors adding
gururajo Mar 1, 2024
d766acf
Merge pull request #11 from hemantkumarc/Spring-server-main/webRTC
gururajo Mar 1, 2024
75c1f27
cors update
gururajo Mar 1, 2024
55e4519
Merge branch 'Spring-server-main/main' of github.com:hemantkumarc/Hea…
gururajo Mar 1, 2024
674a5d5
WebRTC Done needs some refinement
gururajo Mar 2, 2024
b570a8a
some logging stuff
gururajo Mar 2, 2024
4fd6ae4
some updates on the connecting and setting state
gururajo Mar 2, 2024
84cbf49
Merge branch 'Spring-server-main/main' into Spring-server-main/webRTC
gururajo Mar 2, 2024
fa6f600
Merge pull request #13 from hemantkumarc/Spring-server-main/webRTC
gururajo Mar 2, 2024
f21f1ab
cleaned the websocket handler for scalability
gururajo Mar 12, 2024
61c9d9e
dont know why this is not committed in previous commit
gururajo Mar 12, 2024
70c5145
Merge pull request #14 from hemantkumarc/Spring-server-main/webRTC_re…
gururajo Mar 12, 2024
4df7316
todo update
gururajo Mar 21, 2024
3987cd1
some stage
gururajo Mar 22, 2024
8d0e5ef
some configs
gururajo Mar 26, 2024
fa93e77
dummy updates
gururajo Mar 27, 2024
4f69ab6
DB SCHEMA update
gururajo Mar 27, 2024
c642db3
able to send mysql creds in cmd line
gururajo Mar 27, 2024
b80a6ba
Merge pull request #22 from hemantkumarc/Spring-server-main/all-apis
gururajo Mar 27, 2024
9f9db37
update to handle
gururajo Mar 30, 2024
e980505
little updates were required for handling websocket
gururajo Mar 30, 2024
8632206
Merge branch 'Spring-server-main/main' of github.com:hemantkumarc/Hea…
gururajo Mar 30, 2024
e6effde
Merge pull request #23 from hemantkumarc/Spring-server-main/all-apis
gururajo Mar 30, 2024
76342c2
Merge branch 'Spring-server-main/main' of github.com:hemantkumarc/Hea…
gururajo Mar 30, 2024
9908736
temp updates
gururajo Apr 2, 2024
ed8109e
added the search filter for callHistory
gururajo Apr 2, 2024
29f77a1
Add SQL scripts for inserting dummy data
hemantkumarc Apr 3, 2024
a102662
Merge pull request #27 from hemantkumarc/Spring-server-main/sql-scripts
hemantkumarc Apr 3, 2024
fd8006a
changed debug to info
gururajo Apr 3, 2024
f3154bc
Complete apis for senior doctor and doctor
hemantkumarc Apr 4, 2024
f73fdb5
Merge pull request #30 from hemantkumarc/Spring-server-main/Counsello…
hemantkumarc Apr 4, 2024
26ca87e
Complete Java Mail Sender setup
hemantkumarc Apr 4, 2024
1cb6323
updated sql script and some scheme
gururajo Apr 9, 2024
e7dedb2
some more cleanUps
gururajo Apr 9, 2024
4f42ba1
updates for socket message structure
gururajo Apr 10, 2024
4bd6e13
websocker handler for conference is done
gururajo Apr 10, 2024
17e7516
Done with the OnlineStatus api
gururajo Apr 10, 2024
b66e928
Update Spring_Server-0.0.1-SNAPSHOT.jar
gururajo Apr 10, 2024
3b8ac74
Merge pull request #38 from hemantkumarc/Spring-server-main/conference
gururajo Apr 10, 2024
b724c51
Add ids to all entities
hemantkumarc Apr 10, 2024
5f6215d
Merge pull request #39 from hemantkumarc/Spring-server-main/admin-ema…
gururajo Apr 10, 2024
4052468
i think its Done (finger crossed)
gururajo Apr 10, 2024
e181652
webRTC is back to normal
gururajo Apr 11, 2024
c40604e
Merge pull request #41 from hemantkumarc/Spring-server-main/conference
gururajo Apr 11, 2024
14fb734
jar file update
gururajo Apr 11, 2024
f3b72f6
Merge pull request #42 from hemantkumarc/Spring-server-main/conference
gururajo Apr 11, 2024
ec2d4c9
Change email controller
hemantkumarc Apr 12, 2024
e24ebac
Merge pull request #44 from hemantkumarc/Spring-server-main/admin-ema…
hemantkumarc Apr 12, 2024
fb1c654
Complete email flow from Server -> Client
hemantkumarc Apr 13, 2024
a9e61dd
Merge pull request #45 from hemantkumarc/Spring-server-main/admin
hemantkumarc Apr 13, 2024
cb6fbc6
Complete Client -> Server email flow
hemantkumarc Apr 14, 2024
62a89e7
Merge pull request #47 from hemantkumarc/Spring-server-main/admin
hemantkumarc Apr 14, 2024
875c587
Change roles of doctor in email controller
hemantkumarc Apr 14, 2024
00dd440
Change method level security of /send and /changePassword
hemantkumarc Apr 16, 2024
fe709be
Change formatting
hemantkumarc Apr 16, 2024
2a5f9ad
Change to method level security
hemantkumarc Apr 16, 2024
1ed3199
Merge pull request #49 from hemantkumarc/Spring-server-main/admin
hemantkumarc Apr 16, 2024
8a5f3f2
db update
somesh-awasthi Apr 19, 2024
ee300bc
Add File Upload API
hemantkumarc Apr 19, 2024
bd2030a
Change File Upload return type
hemantkumarc Apr 19, 2024
d323afb
Change signature of file upload api
hemantkumarc Apr 19, 2024
50320da
Add File Download API
hemantkumarc Apr 20, 2024
086cd4b
Change function declaration of file download api
hemantkumarc Apr 20, 2024
3197689
Final changes to File Upload API
hemantkumarc Apr 21, 2024
b1f6f95
Merge branch 'Spring-server-main/main' into Spring-server-main/photoAPI
hemantkumarc Apr 21, 2024
571cdb0
Merge pull request #50 from hemantkumarc/Spring-server-main/photoAPI
hemantkumarc Apr 21, 2024
c1a322a
issue with onlinestatus fixwd
gururajo Apr 24, 2024
ba567c1
Merge pull request #57 from hemantkumarc/Spring-server-main/conference
gururajo Apr 24, 2024
e9f40e4
for LAN connection
gururajo Apr 24, 2024
b98edb9
Merge pull request #60 from hemantkumarc/Spring-server-main/conference
gururajo Apr 24, 2024
2085c5e
updates for conference to patient
gururajo Apr 25, 2024
f2bbe83
counsellor connection with SrDr and end call and disconnect
gururajo Apr 27, 2024
9e7cf1b
production jar file
gururajo Apr 28, 2024
8be3418
previous update
gururajo Apr 28, 2024
b24cd4f
Merge pull request #62 from hemantkumarc/Spring-server-main/conference
gururajo May 10, 2024
f310dda
updated production jar
gururajo May 10, 2024
6959e7a
added busy state
gururajo May 11, 2024
34006e8
queue and missed call handle
gururajo May 11, 2024
71776b8
callBacks and some bugs fixed
gururajo May 12, 2024
a9cf781
websocketconnections api for debug
gururajo May 12, 2024
203892e
some api updates for callBacks and patientHistory
gururajo May 12, 2024
7f48c4f
undate on patient History api
gururajo May 12, 2024
74342eb
multiple users and same phNumber update
gururajo May 12, 2024
b4e19c9
api get_families for multiple users same phNumber
gururajo May 13, 2024
281a3be
logout implementation
gururajo May 13, 2024
0b93735
bug fixes for logout
gururajo May 13, 2024
3eabc4e
new attributes for PatientHistory
gururajo May 13, 2024
ec94bb1
update for srDr image issue
gururajo May 13, 2024
c9a4fea
update for issue with onlineStatus
gururajo May 13, 2024
30b41e6
ip addr based token validation
gururajo May 14, 2024
08409f8
new_patient api and other feature/bugs
gururajo May 14, 2024
4c3384f
new_patient put api and some updates
gururajo May 14, 2024
49b728d
bug fix for admin and user map issue fix
gururajo May 15, 2024
d07ff12
commit final-- merging branches pending
gururajo May 15, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Milestone - 2/DB Schema.pdf
Binary file not shown.
Binary file added Milestone - 2/DB_classDiagram.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Milestone - 2/init.pdf
Binary file not shown.
33 changes: 33 additions & 0 deletions Spring_Server/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
HELP.md
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/

### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache

### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr

### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/

### VS Code ###
.vscode/
Binary file added Spring_Server/.mvn/wrapper/maven-wrapper.jar
Binary file not shown.
2 changes: 2 additions & 0 deletions Spring_Server/.mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.5/apache-maven-3.9.5-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar
9 changes: 9 additions & 0 deletions Spring_Server/TODO
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
DONE - handle login of patient
Done - handle multiple webrtc clients
Done little - record, mapstruct learn
DONE - handle patient authentication and authorization'
- handleConnectForCounsellor here the cousellor token set is created new instead of checking if already exiasts or not that have to be cheked and then the token set needs to be updatded
DONE - Use the Roles model to set the role in the token and also use the same in authorization
Doing - Create an api for counsellor patient patient_history and senior Docktor
- handle senior doctor joining or listening
REST Everything is in react code
Binary file added Spring_Server/assets/.DS_Store
Binary file not shown.
Binary file added Spring_Server/assets/female_lady.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Spring_Server/assets/images/doctor-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Spring_Server/assets/images/doctor-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Spring_Server/assets/images/doctor-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Spring_Server/assets/photo-300kb.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Spring_Server/keystore.p12
Binary file not shown.
308 changes: 308 additions & 0 deletions Spring_Server/mvnw

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading