Nuwan
86d77df2c9
app features on/off
...
add ability to control the visibility of beta site menu items.
the visibility state is stored in the back end api and the front
end menu items are been shown accordingly.
2024-07-16 17:26:48 +05:30
Nuwan
176ba1febe
JamTracks
...
includes JamTrack filter page
2024-06-10 13:45:15 +05:30
Nuwan
37ed2dddd4
beta site sessions history page wip
2024-05-03 08:25:51 +05:30
Nuwan
20eb17b044
initial release of my friends page
2024-04-20 16:44:24 +05:30
Nuwan
861722e5d4
includes fixes in profile edit form and lobby page
2024-02-12 19:11:11 +05:30
Nuwan
dd4239f1f3
account identity update
...
allow users to update their JamKazam email and password securly.
2024-02-05 18:26:01 +05:30
Nuwan
3fed41899a
fix /filter api - prevent error on exception conditions
2024-02-05 18:22:39 +05:30
Nuwan
d2c525f498
more updates to lobby page
...
includes showing chat notifications. also ui improvements
2024-01-22 11:28:16 +05:30
Seth Call
c8a111f5f5
Beta download page
2023-11-02 08:41:35 +05:30
Seth Call
e491461f64
notes
2023-11-02 08:41:35 +05:30
Nuwan
1e988931a4
sending weekly email to users about new users joined in
2023-11-02 08:41:29 +05:30
Nuwan
fad3b73d67
wip new user recommendation email
2023-11-02 08:33:48 +05:30
Nuwan
46202a2373
sip on user match mailer
2023-11-02 08:33:48 +05:30
Nuwan
50ed5116f7
fix for pagination
2022-10-27 12:16:02 +05:30
Nuwan
e943a3235e
use offset for pagination instead of page number
2022-10-26 22:44:20 +05:30
Nuwan
295d613165
reduce number of sql queries in musicians filter
...
default last active option is set to 30 days
make it 5ms when neo4j returns 0 for audio latency
2022-10-20 17:53:23 +05:30
Nuwan
5bd67d431c
change to api musician filter to minimize the database queries
2022-10-18 22:07:15 +05:30
Nuwan
ee54464cfc
jam-ui: fix pagination in musician listing
2022-03-18 19:27:48 +05:30
Nuwan
22e207c9cc
fix errors related to filter tests
2022-02-09 13:20:37 +05:30
Nuwan
bffab7564d
enable commented out lines (added for debugging)
2022-02-08 21:06:22 +05:30
Nuwan
3f5cceb031
more filter parameters to neo4j
...
* pass genres and instrument parameters to neo4j
* remove filtering based on these params using rails and pg data
* pass pagination offset to neo4j
2022-02-08 20:55:00 +05:30
Nuwan
87278e6adb
fetch musicians - from_location parameter
...
when fetching musicians records for the first time if there is no
results been received then fetch again by turning on from_location
filter option
2022-01-13 18:24:01 +05:30
Nuwan
d19756b537
reverse filter debug
2021-12-23 16:24:10 +05:30
Nuwan
d35778f5e2
fix pagination errors
2021-12-23 15:58:53 +05:30
Nuwan
15bd48ce3b
sort filtered musicians by latency order from neo4j
2021-12-18 22:34:34 +05:30
Nuwan
505f2d5592
paginate by more button
...
add "load more" button on bottom of musician listing that renders the records prefetched
2021-12-18 20:11:28 +05:30
Nuwan
6c179d3220
refactor musican filter
...
restureture react components so that fiter component is now
a parent to the liast component. This way it is much easy to
have the commiunication between these two components
2021-12-13 19:46:07 +05:30
Nuwan
caef794231
fix for latency data not showing. found a problem in react component structrue of JKPeople and JKPeopleSearch
2021-12-11 10:24:05 +05:30
Nuwan
5bbc5999d7
change of logging to bugsnag /search_users
2021-12-07 19:35:32 +05:30
Nuwan
4eb009d76d
benchmark neo4j /search_users
2021-12-07 19:21:05 +05:30
Nuwan
2ec02ee436
change user auth to have a login page for the users to sign in to the site
2021-11-11 07:55:17 +05:30
Nuwan Chathuranga
89b3273125
showing incoming text mesages in chat window
2021-10-13 22:51:30 +05:30
Nuwan Chathuranga
13175f64f1
integrating websocket api
...
reduce javascripts in application.js bundle and
other related scripts/markup in templates of
legacy app and keep what is nedded for intracting
with websocket api. The stripped version of the javascript
endpoint /client_scripts can be referenced by the react app.
2021-10-13 22:51:30 +05:30
Nuwan Chathuranga
b67af9d847
nav and latenvy changes
...
includes ui improvements to nagigation, showing latency details
of user and other ui related improments
2021-10-13 22:51:30 +05:30
Nuwan Chathuranga
6c88cd1215
wip - react components related to musician listing and filtering
2021-10-13 22:51:30 +05:30
Nuwan Chathuranga
bab8d14798
wip - filter musician records
2021-10-13 22:51:27 +05:30
Seth Call
ec8a481b42
Secret room token
2021-09-29 09:44:09 -05:00
Seth Call
a1ab88f641
Add session video beta button
2021-08-24 08:54:16 -05:00
Nuwan Chaturanga
fc624115b5
Merged in VRFS-5222-asset_upload_api (pull request #29 )
...
VRFS-5222 asset upload api
* migration file
* asset upload api wip
* /api/user_assets
this api endpoint is used to upload and query user_assets.
for uploads send following parameters..
- asset_type
- filename
- recording_id (optional)
- session_id (optional)
- ext_id (optional)
the api provides json response with signed url to aws s3
the same api endpoint is used to query uploaded user assets.
Following query parameters are supported.
- id
- ext_id
- recording_id + asset_type
- session_id + asset_type
* delete unused asset_uploader
* for user_asset uploads use aws_bucket
* db migration to add index on user_id of user_assets table
Approved-by: Seth Call
2021-06-17 02:20:55 +00:00
Seth Call
29e23548f0
revert
2021-06-15 11:15:58 -05:00
Seth Call
de6e20c21c
forec no email
2021-06-15 11:10:58 -05:00
Nuwan Chathuranga
87a01bcd66
remove "unknown" parameters in get_latencies api call to latency server
2021-06-04 00:21:30 +05:30
Nuwan Chathuranga
047ae3ebb2
specify latency server url correctly
2021-06-04 00:16:07 +05:30
Nuwan
c7547405f8
Musician hover latency badge
...
show latency score badge on hover over musician.
fetches data from new resolve latency data API
2021-06-01 20:15:13 +05:30
Nuwan
307444431a
wip sepcs for musician latency badge
2021-05-29 14:38:34 +05:30
Nuwan Chathuranga
10908623a4
wip musician latency badge
2021-05-27 15:58:34 +05:30
Nuwan
5144309ff4
show latency badge
...
on musician hover bubble show latency score badge by querying
resolve latency api
2021-05-27 04:59:34 +05:30
Nuwan Chathuranga
bcbd36a221
showing latency badge wip
2021-05-26 00:54:53 +05:30
Nuwan
34bf811453
add response.body to bugsnag call of failed latency requests
2021-05-12 20:03:28 +05:30
Nuwan
2567292580
change bugsnag severity for failed latency requests
2021-05-12 19:56:21 +05:30