Nuwan
db7525ad64
user recom email wip
2023-01-02 16:39:05 +05:30
Nuwan
50ed5116f7
fix for pagination
2022-10-27 12:16:02 +05:30
Nuwan
17207fc0b8
fix for offset var
2022-10-27 11:53:47 +05:30
Nuwan
2de5f3a3c2
improve cypress integration test for filter musicians
2022-10-27 11:29:20 +05:30
Nuwan
e943a3235e
use offset for pagination instead of page number
2022-10-26 22:44:20 +05:30
Nuwan
957c5dc3e9
clean up musician filter codes
2022-10-26 12:46:27 +05:30
Nuwan
5c0ed0d773
remove currentPage and NextPage variables and just use page variable for pagination
2022-10-26 12:15:11 +05:30
Nuwan
6fd7a6531b
fix for pagination. just show what ever data received from api without checking unique
2022-10-26 10:45:09 +05:30
Nuwan
a9c0315697
fixes for pagination people filter component
2022-10-25 23:27:58 +05:30
Nuwan
0cac99e407
friends list pagination fix
2022-10-25 21:42:30 +05:30
Nuwan
f8eca9d538
fixes to musicians list filter prefetcing records
2022-10-25 18:45:48 +05:30
Nuwan
6e78f61f9c
improve prefetching
...
Only fetch the 'next set of records that aren't yet shown' once the
initial request is done. When you click 'Load', it should be only making one request at that point -- which would be the next page after the current set being shown
2022-10-23 16:19:57 +05:30
Nuwan Chaturanga
78b9cd0156
Merged in improve/musician_filter_api (pull request #39 )
...
Improve/musician filter api
Approved-by: Seth Call
2022-10-20 15:03:49 +00:00
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
1080ac4a47
add pg_data directory to gitignore
2022-10-18 22:12:12 +05:30
Nuwan
c2f7fe7c32
change to api musician filter to minimize the database queries
2022-10-18 22:11:09 +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
245b39f67d
enable test for active_within_days and joined_within_days filter options
2022-02-17 20:17:20 +05:30
Nuwan
3606b4f281
enable joined_within_days and active_within_days to musician filter option
2022-02-17 19:37:23 +05:30
Nuwan
0fcd8bc873
Merge branch 'develop' of bitbucket.org:jamkazam/jam-cloud into develop
2022-02-15 12:21:36 +05:30
Nuwan
84e984a549
.gitignore
2022-02-15 12:21:11 +05:30
Nuwan Chaturanga
e30aacc91d
Merged in jam-ui-search-fixes (pull request #38 )
...
more filter parameters to neo4j
Approved-by: Seth Call
2022-02-10 03:29:44 +00:00
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
a4d8bc70b0
fix js errors when loading jamserver.js
2022-01-18 20:20:45 +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
7f4947a590
ui related improvements and fixes
2022-01-11 16:19:39 +05:30
Nuwan
c0b9b66b9d
disable load more button when data are been loaded
2021-12-24 10:57:48 +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
edab0fe9fc
fix error in sorting musicians
2021-12-22 18:56:13 +05:30
Nuwan
ef823df8eb
change header dropdown behaviour
2021-12-21 19:53:34 +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
961183bd47
minor fix
2021-12-13 20:18:13 +05:30
Nuwan
8d99f362a2
adding missing files
2021-12-13 19:56:45 +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
178d4fcb3f
remove cypress test artifacts
2021-12-08 23:03:23 +05:30
Nuwan
1717fc1a15
fix null error in JKProfilePerformanceSamples component
2021-12-08 22:59:54 +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
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
cb344665cb
after login redirect the user to the page he requeted
2021-12-06 19:00:48 +05:30
Victor Barba Martin
c6c1e96e85
setup staging variables
2021-12-03 16:25:42 +01:00
Victor Barba
80fb8b2fce
bitbucket-pipelines.yml edited online with Bitbucket
2021-12-01 20:22:22 +00:00
Nuwan
7a86300755
change latency values of FAIR category
2021-11-30 19:28:09 +05:30
Nuwan
97b1b03946
checking issue in staging attempt 2
2021-11-24 17:32:18 +05:30