Seth Call
bdeecc76c6
fix reporting
2026-01-22 21:21:17 -06:00
Seth Call
9b0a9d1f32
cleanup around app-config
2026-01-14 14:42:22 -06:00
Nuwan
67fd15c75c
wip after changing email show confirmation page within new website
2025-08-13 13:51:54 +05:30
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
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
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
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
edab0fe9fc
fix error in sorting musicians
2021-12-22 18:56:13 +05:30
Nuwan
15bd48ce3b
sort filtered musicians by latency order from neo4j
2021-12-18 22:34:34 +05:30
Nuwan
9e718cccdc
diable musicians sort by score
...
'scores' as a table is useless & dead. therefore this sort is no longer
valuable
2021-12-07 21:35:19 +05:30
Nuwan
7a86300755
change latency values of FAIR category
2021-11-30 19:28:09 +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
Nuwan Chathuranga
5da62ebd40
change latency badge text
...
show HIGH instead of POOR and UNACCEPTABLE
2021-06-23 14:54:56 +05:30
Nuwan Chathuranga
d8fa7efdae
show latency badge in find session screen
2021-06-19 22:17:28 +05:30
Nuwan
6483c40f82
latency badge showing in find sessions screen wip
2021-06-19 22:17:28 +05:30
Nuwan Chathuranga
18c735b098
WIP latency badge in find sessions
2021-06-19 22:17:28 +05:30
Nuwan Chathuranga
98898dd60e
wip
2021-06-19 22:17:27 +05:30
Nuwan Chathuranga
85d5044622
wip find session latency
2021-06-19 22:17:27 +05:30
Nuwan Chathuranga
20376500b5
wip - find sessions latency badge
2021-06-19 22:17:27 +05:30
Nuwan Chathuranga
65cfa7c0fc
wip
2021-06-19 22:17:27 +05:30
Nuwan Chathuranga
8ab287ed73
wip find session latency
2021-06-19 22:17:27 +05:30
Nuwan Chathuranga
4b1fb8b1ed
wip - find sessions latency badge
2021-06-19 22:17:27 +05:30
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
Nuwan Chathuranga
4b21aa68e0
discard decimal palces in latency values in musician hover bubble
2021-06-15 23:49:04 +05:30
Nuwan Chathuranga
a3a34d4afe
show latency scores alone with latency badge
...
in musician hover bubble show internet and audio latency
scores next to latency badge
2021-06-09 23:28:59 +05:30
Nuwan
e7d89ecf30
fix for latency badge not showing
...
This fixes latency badge only working on one musician hover bubble.
2021-06-08 20:09:55 +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
11d8af22bb
fixes to musicion hover latency badge spec
2021-05-30 22:10:34 +05:30
Nuwan
4f9ffa6a80
testing hover latency badge
2021-05-30 07:14:54 +05:30
Nuwan Chathuranga
683e93e75e
testing latency badge
2021-05-29 18:43:48 +05:30
Nuwan
307444431a
wip sepcs for musician latency badge
2021-05-29 14:38:34 +05:30
Nuwan
2421a4bc03
add api endpoint to fetch latency data
...
this api method fetches latency data for the current user from the
latency graph database service
2021-05-12 16:07:23 +05:30
Nuwan
37c5cab83f
exclude deleted users from search
...
exclude deleted musicians and fans from search results
2021-04-22 17:14:35 +05:30
Nuwan Chaturanga
253d82a32c
Merged in VRFS-5099_clean_up_dump_paths (pull request #12 )
...
VRFS-5099 clean up dump paths
Approved-by: Seth Call
2021-04-16 21:24:10 +00:00
Nuwan
e3fb76cb54
change video_btn url generation
...
directly call the video conferencing server url API
and bind that value to the button click handler
2021-04-15 14:02:18 +05:30
Nuwan
ba9a91eb1f
crash_dump fix test error in content_type
2021-04-13 01:19:03 +05:30
Nuwan
eae35db92d
refactor crash_dump in users api
2021-04-13 00:20:46 +05:30
Seth Call
940470dbc3
done
2021-04-11 13:33:59 -05:00
Nuwan
b574b5e0c6
Support optional video server
2021-04-11 11:42:01 -05:00
Nuwan
9711a9a666
change to notification toast and sidebar
...
* show 3 notification toasts instead of one
* open notification tray automatically for for priority notifications
2021-04-10 08:15:51 +05:30
Nuwan
4db1c3b686
for testing enable video capability of the client
2021-03-29 14:44:02 +05:30
Seth Call
6f27f40962
Fix the notification highlighter tests
2021-03-28 23:29:42 -05:00
Seth Call
cf4f5c89e0
session_video_spec
2021-03-28 17:34:32 -05:00