Changes
#1364 (24/10/2023, 11:11:00 am)
- add access control for irods (commit: 94edbf5) — David Yu / githubweb
- add gen3 connection check (commit: bb1067c) — David Yu / githubweb
- fix /record/ api (commit: 3411eb3) — David Yu / githubweb
- temporary remove access control for get_irods_data_file (commit: 66531d5) — David Yu / githubweb
- add one off token (commit: 86f2cfd) — David Yu / githubweb
- update token related part in tests (commit: 7e5633f) — David Yu / githubweb
- update endpoints which have query parameter (commit: 854e977) — David Yu / githubweb
- update ENV name (commit: 6261e02) — David Yu / githubweb
- encode public one off token (commit: e79981c) — David Yu / githubweb
- remove QUERY_IDENTITY from ENV (commit: 553e72d) — David Yu / githubweb
- update docsting (commit: ba62761) — David Yu / githubweb
- update service check (commit: cfe872f) — David Yu / githubweb
- remove "X-Public-Access" from expose_headers (commit: e27ea6d) — David Yu / githubweb
#1275 (6/10/2023, 1:11:00 pm)
- create services folder (commit: 21e4ba6) — David Yu / githubweb
- create test_ folders (commit: cbea551) — David Yu / githubweb
- create __init__.py (commit: 353929b) — David Yu / githubweb
- update function call (commit: e0d6efe) — David Yu / githubweb
- create filter_func folder (commit: 252fb05) — David Yu / githubweb
- create pagination_func folder (commit: 09289d4) — David Yu / githubweb
- create query_func folder (commit: 026b9d4) — David Yu / githubweb
- create search_func folder (commit: 78eb703) — David Yu / githubweb
- update app folder (commit: 56e0979) — David Yu / githubweb
- update readme (commit: 29db583) — David Yu / githubweb
- Update env.txt (commit: 2f6309f) — David Yu / githubweb
- rename test_ _ func file (commit: 4f1cdb0) — David Yu / githubweb
- update Exception (commit: 2bf19c2) — David Yu / githubweb
- update function output name (commit: 1e2ca98) — David Yu / githubweb
- update testing assert (commit: 0d025da) — David Yu / githubweb
- add service status (commit: dfe4a01) — David Yu / githubweb
- update periodic_execution function (commit: b47b74f) — David Yu / githubweb
- thread fetch data which used to generate filter (commit: 5a6e67f) — David Yu / githubweb
- Update docker-compose.yml (commit: ff22dc0) — David Yu / githubweb
- update class name (commit: 5dfffac) — David Yu / githubweb
- move SEARCHFIELD to search logic (commit: 5973e88) — David Yu / githubweb
- Update Dockerfile (commit: 9ba9a7d) — David Yu / githubweb
- create test files (commit: 3da07f8) — David Yu / githubweb
- update folder name (commit: b42958a) — David Yu / githubweb
- create filter editor and update related code (commit: 5b8b8ca) — David Yu / githubweb
- hide all init variable (commit: 4ee3d3e) — David Yu / githubweb
- hide variable for middleware classes (commit: e4ed3df) — David Yu / githubweb
- update docstring (commit: 1d6dbce) — David Yu / githubweb
- create token fixture (commit: 54946bb) — David Yu / githubweb
- Update .gitignore (commit: 80ee68a) — David Yu / githubweb
- remove print (commit: 82a2aee) — David Yu / githubweb
- replace print with logging (commit: 793dff3) — David Yu / githubweb
- remove sphinx (commit: 73b1334) — David Yu / githubweb
- update data_schema import (commit: 5483352) — David Yu / githubweb
- Update .dockerignore (commit: e6716ab) — David Yu / githubweb
- Update main.py (commit: 0199f49) — David Yu / githubweb
- fix typo (commit: b5646ae) — David Yu / githubweb
- test filter editor function (commit: c9e5070) — David Yu / githubweb
- test filter formatter function (commit: 977f3d5) — David Yu / githubweb
- update filter template (commit: c85e9ea) — David Yu / githubweb
- move dummy data to fixture (commit: 89a302f) — David Yu / githubweb
- change dummy data order (commit: c7f31bf) — David Yu / githubweb
- test filter generator function (commit: 1691f19) — David Yu / githubweb
- update fixture name (commit: 162d9c4) — David Yu / githubweb
- test filter logic function (commit: bdb5d80) — David Yu / githubweb
- move fixtures to fixture.py (commit: 12de8fa) — David Yu / githubweb
- test search logic function (commit: 96ab02d) — David Yu / githubweb
- update format (commit: 6b514f5) — David Yu / githubweb
- change fixture name (commit: 90a57b1) — David Yu / githubweb
- create query logic to fix query access control (commit: 810f44b) — David Yu / githubweb
- move private filter to __init__ (commit: 6987964) — David Yu / githubweb
- test query formatter function (commit: 1a698f2) — David Yu / githubweb
- add HTTPException for query api (commit: 9e5298b) — David Yu / githubweb
- test pagination formatter function (commit: 878d7f9) — David Yu / githubweb
- add test data for multiple_cite_path function (commit: be3f214) — David Yu / githubweb
- remove unnecessary statement (commit: 151c6b9) — David Yu / githubweb
- remove unnecessary exception (commit: c220f30) — David Yu / githubweb
- format (commit: 69786be) — David Yu / githubweb
- remove unused MagicMock (commit: d0037a8) — David Yu / githubweb
#1234 (28/09/2023, 1:11:00 pm)
- add mode for query api (commit: 4bbafba) — David Yu / githubweb
- update output logic (commit: c4a314f) — David Yu / githubweb
- update function name (commit: 67e6826) — David Yu / githubweb
- update handle facet related function (commit: 7d2220e) — David Yu / githubweb
- function for handle different mode facet structure (commit: 4952254) — David Yu / githubweb
- add x-file-name header (commit: 4229dce) — David Yu / githubweb
- update responses info (commit: ae9863a) — David Yu / githubweb
- remove unused api (commit: c214ff9) — David Yu / githubweb
- update graphql query testing (commit: bb2c8a7) — David Yu / githubweb
- remove HTTPException (commit: 59343f6) — David Yu / githubweb
- update function name (commit: 4ef3e97) — David Yu / githubweb
- minimise function arguments (commit: 01467da) — David Yu / githubweb
- add comment (commit: c8eb578) — David Yu / githubweb
- rename variable (commit: 897b819) — David Yu / githubweb
- add comment (commit: 8503c74) — David Yu / githubweb
- remove unused api (commit: 4600406) — David Yu / githubweb
- update check_external_service (commit: 80d25d6) — David Yu / githubweb
- remove project_id from sgqlc schema (commit: bd0d1e0) — David Yu / githubweb
- add dependencies to routes (commit: 578fdd2) — David Yu / githubweb
- update api depends (commit: 08999f0) — David Yu / githubweb
- reduce code row length (commit: fe3530f) — David Yu / githubweb
- update fg class naming (commit: a2c34e4) — David Yu / githubweb
- update p class naming (commit: 2cc1ffa) — David Yu / githubweb
- update s class format (commit: a6c660f) — David Yu / githubweb
- update sgqlc class naming (commit: 620fa39) — David Yu / githubweb
- format filter/search function (commit: d8b827f) — David Yu / githubweb
- move access to init in fg class (commit: 1581794) — David Yu / githubweb
- split fg class based on functionality (commit: 7a08b0a) — David Yu / githubweb
- update filter related naming (commit: 6084467) — David Yu / githubweb
- update data schema (commit: 7360687) — David Yu / githubweb
- fix access (commit: cbc465b) — David Yu / githubweb
- update access control for filter (commit: b2f13f3) — David Yu / githubweb
- remove set_access (commit: c304a40) — David Yu / githubweb
- update FILTER name (commit: 3c48a7a) — David Yu / githubweb
- remove authorized_user from init (commit: b59d730) — David Yu / githubweb
- add handle_facet_source function (commit: 697c4ff) — David Yu / githubweb
- update Plot additional_types (commit: ed49ad0) — David Yu / githubweb
- resolve conflict (commit: 750f30d) — David Yu / githubweb
- update ORTHANC check (commit: c5c8b33) — David Yu / githubweb
- initial with black, pylint, isort and mypy (commit: 1045b39) — David Yu / githubweb
- upper case object name (commit: b330b43) — David Yu / githubweb
- apply code standards to main.py (commit: 2e4737d) — David Yu / githubweb
- apply code standards to config.py (commit: 92a5dc8) — David Yu / githubweb
- apply code standards to data_schema.py (commit: b66f2f2) — David Yu / githubweb
- apply code standards to filter_format.py (commit: 899363a) — David Yu / githubweb
- remove (object) (commit: 2f29ff9) — David Yu / githubweb
- add file docstring (commit: 2e86414) — David Yu / githubweb
- change word (commit: ad381dc) — David Yu / githubweb
- update docstring (commit: 609911b) — David Yu / githubweb
- update naming and function (commit: c15b5eb) — David Yu / githubweb
- apply code standards to filter_generato.py (commit: 7f223fd) — David Yu / githubweb
- remove path check for download api (commit: c3b6d99) — David Yu / githubweb
- update naming (commit: 2f6c5be) — David Yu / githubweb
- apply code standards to filter.py (commit: 6cb45b8) — David Yu / githubweb
- apply code standards to pagination_format.py (commit: 9951bc2) — David Yu / githubweb
- update docstring (commit: 2b26782) — David Yu / githubweb
- apply code standards to search.py (commit: 4721cd9) — David Yu / githubweb
- update function name (commit: 0ed50bf) — David Yu / githubweb
- update docsting (commit: 6bf4fa3) — David Yu / githubweb
- update docstring (commit: 112efea) — David Yu / githubweb
- update function name (commit: 443d528) — David Yu / githubweb
- apply code standards to sgqlc.py (commit: 54c9e39) — David Yu / githubweb
- update function name (commit: 404b1b8) — David Yu / githubweb
- apply code standards to sgqlc_schema.py (commit: 6b6c823) — David Yu / githubweb
- apply code standards to query_format.py (commit: 62c4ae9) — David Yu / githubweb
- update function name (commit: 9c841f6) — David Yu / githubweb
- update docstring (commit: 64504c2) — David Yu / githubweb
- update docstring (commit: 7888486) — David Yu / githubweb
- update function name (commit: 07aa4d7) — David Yu / githubweb
- apply code standards to pagination.py (commit: 8b2e0ac) — David Yu / githubweb
- remove empty line (commit: c2bf896) — David Yu / githubweb
- apply code standards to user.py (commit: 4887c9d) — David Yu / githubweb
- apply code standards to jwt.py (commit: 921b27a) — David Yu / githubweb
- update docstring (commit: e128994) — David Yu / githubweb
- remove unused function (commit: bd4538c) — David Yu / githubweb
- update function name (commit: b7a9c3e) — David Yu / githubweb
- add trigger if statement (commit: 431001f) — David Yu / githubweb
- apply code standards to auth.py (commit: 2523701) — David Yu / githubweb
- move gen3 query function to external service (commit: 12e5830) — David Yu / githubweb
- apply code standards to external_service.py (commit: da734e1) — David Yu / githubweb
- manage class object (commit: 5c9fffe) — David Yu / githubweb
- move irods search to external service (commit: af09308) — David Yu / githubweb
- update readme (commit: 753bc3a) — David Yu / githubweb
- add env to env.txt (commit: 910153e) — David Yu / githubweb
- update docstring (commit: e0d9b95) — David Yu / githubweb
- change gain back to get (commit: 73e87a3) — David Yu / githubweb
- use gen3 error exception (commit: 58da692) — David Yu / githubweb
- move functions to external service (commit: 39f5954) — David Yu / githubweb
- update name (commit: 6ae9655) — David Yu / githubweb
- fix missing some related facet (commit: b1f84d8) — David Yu / githubweb
#1219 (25/09/2023, 1:11:00 pm)
- overwrite anyio version (commit: 8d21070) — David Yu / githubweb
#1185 (18/09/2023, 3:11:00 pm)
- gen3 unstable issue (commit: 1f156f9) — David Yu / githubweb
- re-check after reconnect gen3 (commit: 318a0dd) — David Yu / githubweb
- add error handling (commit: f720746) — David Yu / githubweb
- update check_external_service (commit: b4714b2) — David Yu / githubweb
- split external_service from main (commit: a639d92) — David Yu / githubweb
- if connection exist check status (commit: 8be5e63) — David Yu / githubweb
#1130 (7/09/2023, 3:11:00 pm)
- bind expiration time for access and login (commit: c0c7884) — David Yu / githubweb
- remove nbf (commit: b4f8d8e) — David Yu / githubweb
- Update filter_generator.py (commit: 5b5d02c) — David Yu / githubweb
- update dummy identity (commit: 7561774) — David Yu / githubweb
- update testing (commit: 618b04e) — David Yu / githubweb
- update filter name (commit: ed35a9c) — David Yu / githubweb
- Update docker-compose.yml (commit: f26534e) — David Yu / githubweb
#1124 (6/09/2023, 1:11:00 pm)
- Orthanc connection and access (commit: b416332) — David Yu / githubweb
- change orthanc query method (commit: d09d868) — David Yu / githubweb
- split data test (commit: a1b52ef) — David Yu / githubweb
- split api test (commit: 0c18401) — David Yu / githubweb
- add orthanc api test (commit: 1ebddfa) — David Yu / githubweb
- update pagination format (commit: dac8e1e) — David Yu / githubweb
- update docs (commit: c34a196) — David Yu / githubweb
- Update requirements.txt (commit: d9e553c) — David Yu / githubweb
- change StreamingResponse to Response (commit: 053eea9) — David Yu / githubweb
- update function name and position (commit: eae66fd) — David Yu / githubweb
- add access control for all gen3 api (commit: 59bf7c8) — David Yu / githubweb
- remove facet value from filter (commit: c4b79eb) — David Yu / githubweb
- access control for metadata download (commit: 95f1fae) — David Yu / githubweb
- update check status function name (commit: 56e3398) — David Yu / githubweb
- change back to fetch all dicom file (commit: 996cca9) — David Yu / githubweb
- modify mris/dicomImages (commit: f660a2e) — David Yu / githubweb
- remove unused api (commit: cf62a79) — David Yu / githubweb
- update record related api test (commit: e96c58d) — David Yu / githubweb
- update update_dicom_images function (commit: ad23876) — David Yu / githubweb
- update DYNAMIC_FILTERS (commit: 59ff468) — David Yu / githubweb
#1060 (24/08/2023, 3:11:00 pm)
- add related facet (commit: 33024c4) — David Yu / githubweb
- reduce function arguments (commit: 72a45ec) — David Yu / githubweb
- facet capitalize (commit: 264b06d) — David Yu / githubweb
- fix scaffold/plot match issue (commit: 1380841) — David Yu / githubweb
- update data return (commit: 61a69fd) — David Yu / githubweb
- capitalize title (commit: 15a1af0) — David Yu / githubweb
- fix filter facet mis-match issue (commit: acb68f0) — David Yu / githubweb
- update logic (commit: c2cf7f9) — David Yu / githubweb
- improve function readability (commit: a1d9184) — David Yu / githubweb
- add related testing (commit: c4bd3de) — David Yu / githubweb
- rename variables (commit: 36ff931) — David Yu / githubweb
- fix testing (commit: fcebcbb) — David Yu / githubweb
#983 (9/08/2023, 11:11:00 am)
- add segmentations and dicom (commit: ec553d8) — David Yu / githubweb
#961 (4/08/2023, 5:11:00 pm)
- update order test case (commit: f54d814) — David Yu / githubweb
#953 (3/08/2023, 11:11:00 am)
- add comment (commit: 3b28827) — David Yu / githubweb
- optimise multiple filters selected situation (commit: 96f8ad3) — David Yu / githubweb
- optimise order by title (commit: d3b16a1) — David Yu / githubweb
- optimise pagination count code format (commit: 88b3ad4) — David Yu / githubweb
- move functions/change order (commit: a1bfc14) — David Yu / githubweb
- update function name (commit: b91a25c) — David Yu / githubweb
- fix filter (commit: 45cab34) — David Yu / githubweb
#920 (27/07/2023, 3:11:00 pm)
- add if condition (commit: c15587d) — David Yu / githubweb
#918 (27/07/2023, 11:11:00 am)
- add multiprocessing manager (commit: edd3744) — David Yu / githubweb
#915 (26/07/2023, 3:11:00 pm)
- Update requirements.txt (commit: ae76a24) — David Yu / githubweb
- add heroku python version (commit: 5fa86fc) — David Yu / githubweb
- change version to 3.9.17 (commit: 71b6947) — David Yu / githubweb
- Update docker-hub.yml (commit: cd558ae) — David Yu / githubweb
- Update docker-hub.yml (commit: af6ae1a) — David Yu / githubweb
- Update docker-hub.yml (commit: ad1c616) — David Yu / githubweb
#913 (26/07/2023, 11:11:00 am)
- add order feature (commit: 106e242) — David Yu / githubweb
- update default order (commit: b77508e) — David Yu / githubweb
- order by title (commit: b9a63a9) — David Yu / githubweb
- update order logic (commit: 061110a) — David Yu / githubweb
- update order by title logic (commit: b4b04bf) — David Yu / githubweb
- update order logic (commit: 67528c7) — David Yu / githubweb
- add comment (commit: 1420ee1) — David Yu / githubweb
- update gain access logic (commit: 7d5d4e0) — David Yu / githubweb
- remove Bearer from token (commit: 21b66bc) — David Yu / githubweb
- update order related test case (commit: d7297cc) — David Yu / githubweb
- update api commant (commit: 386536f) — David Yu / githubweb
#904 (24/07/2023, 3:11:00 pm)
- update http status code (commit: d0b35ed) — David Yu / githubweb
- create token api for access control (commit: f8db5c2) — David Yu / githubweb
- create middleware (commit: 7912e43) — David Yu / githubweb
- update related testing (commit: 4bf3097) — David Yu / githubweb
- update params (commit: 9c02b4a) — David Yu / githubweb
- add access scope for pagination and query (commit: e7249a1) — David Yu / githubweb
- merge /program and /project api (commit: 16bc59c) — David Yu / githubweb
- update api path (commit: dc37119) — David Yu / githubweb
- fix access scope not change issue (commit: 9cb7929) — David Yu / githubweb
- update sgqlc count field (commit: 0293030) — David Yu / githubweb
- fix name issue (commit: 4365900) — David Yu / githubweb
- update access apis (commit: a58a2c5) — David Yu / githubweb
- create user class (commit: 36d0c6f) — David Yu / githubweb
- update list to dict (commit: ffdc85a) — David Yu / githubweb
- remove shared variable (commit: 1b0e933) — David Yu / githubweb
- add access control for pagination sub field (commit: 53167a5) — David Yu / githubweb
- update related testing (commit: c7b6e62) — David Yu / githubweb
- update api type/HTTPException (commit: 0fc1365) — David Yu / githubweb
- add extra filter for access control situation (commit: 458034d) — David Yu / githubweb
- fix pagination filter function (commit: f94ac6b) — David Yu / githubweb
- update revoke api (commit: 3f98a15) — David Yu / githubweb
- create jwt class (commit: 45fc94f) — David Yu / githubweb
- add belong_to to pagination (commit: dfc20d7) — David Yu / githubweb
- update public access situation (commit: 5db1ae8) — David Yu / githubweb
- using threading for data fetching (commit: 1ceb454) — David Yu / githubweb
- add restrict data to display list (commit: 36386d3) — David Yu / githubweb
- create matching list (commit: 096b0db) — David Yu / githubweb
- fix private datasets adding issue (commit: 8184da6) — David Yu / githubweb
- fix dataset not found issue when search (commit: b999ef5) — David Yu / githubweb
- add obj to __init__ (commit: 59a1489) — David Yu / githubweb
- move session to __init__ (commit: 80a54d9) — David Yu / githubweb
- move submission to __init__ (commit: 2132448) — David Yu / githubweb
- update dependency (commit: 1dd2c44) — David Yu / githubweb
- split pagination class (commit: d330044) — David Yu / githubweb
- rename filter dictionary (commit: b6ec2fe) — David Yu / githubweb
- fix testing (commit: 4ccf053) — David Yu / githubweb
- split user class from auth class (commit: 2cb0101) — David Yu / githubweb
- update function naming/order (commit: ee0d9a1) — David Yu / githubweb
- add access filter (commit: 26b7e7b) — David Yu / githubweb
- fix filter issue for sidebar (commit: 94615df) — David Yu / githubweb
- fix access filter display (commit: 7c485a7) — David Yu / githubweb
- update variable naming (commit: 8fe1715) — David Yu / githubweb
- fix sidebar open dataset issue (commit: 58def0b) — David Yu / githubweb
- refactor filter generator (commit: 90fa81e) — David Yu / githubweb
- update pagination payload (commit: 8ba880b) — David Yu / githubweb
- move update_filter_values to filter class (commit: 031cc55) — David Yu / githubweb
- code format update (commit: 312b45b) — David Yu / githubweb
- testing update (commit: a2c5a03) — David Yu / githubweb
- fix testing (commit: 9bee4c1) — David Yu / githubweb
- fix session connection issue (commit: a257090) — David Yu / githubweb
- remove SESSION.cleanup() (commit: e7471c2) — David Yu / githubweb
- update function name (commit: e82a831) — David Yu / githubweb
- update jwt expire time to 2 hours (commit: dff238c) — David Yu / githubweb
- update repeating request permission issue (commit: dc89a1e) — David Yu / githubweb
- add login with multiple browser at the same time (commit: aea48d1) — David Yu / githubweb
- update identity (commit: 24da231) — David Yu / githubweb
- move expire_time to user (commit: 9bfca90) — David Yu / githubweb
- cleanup function for expired user (commit: 3e4112d) — David Yu / githubweb
- update env file (commit: f5469c3) — David Yu / githubweb
- change PUBLIC_ACCESS to GEN3_PUBLIC_ACCESS (commit: 71b7d43) — David Yu / githubweb
#807 (5/07/2023, 11:11:00 am)
- add function for checking irods server status (commit: 662e59f) — David Yu / githubweb
- update status check function (commit: 78ff230) — David Yu / githubweb
- update function name (commit: 7c74a18) — David Yu / githubweb
#740 (21/06/2023, 5:11:00 pm)
- Create docker-hub.yml (commit: addb0f6) — David Yu / githubweb
- Update docker-hub.yml (commit: 14f25f1) — David Yu / githubweb
- update image name with -dev (commit: 9583d0b) — David Yu / githubweb
#714 (16/06/2023, 3:11:00 pm)
- update irods /collection api (commit: 3d64961) — David Yu / githubweb
- remove root path from path (commit: 7044f9a) — David Yu / githubweb
- update data structure testing (commit: 662439e) — David Yu / githubweb
#668 (7/06/2023, 1:11:00 pm)
- add timeout for testing (commit: caea683) — David Yu / githubweb
- add retry and error handling (commit: 7cb708a) — David Yu / githubweb
- Update README.md (commit: 8960aae) — David Yu / githubweb
#637 (30/05/2023, 3:11:00 pm)
- create dockerfile (commit: a28a300) — David Yu / githubweb
- update docker compose (commit: 8e778cd) — David Yu / githubweb
- remove QUERY_API_URL (commit: cecd9ae) — David Yu / githubweb
- remove QUERY_API_URL in docker compose (commit: 4285bf8) — David Yu / githubweb
- Update README.md (commit: b43fe4f) — David Yu / githubweb
#572 (17/05/2023, 3:11:00 pm)
- update responses example (commit: 97c059b) — David Yu / githubweb
#503 (3/05/2023, 3:11:01 pm)
- create a auto function to update filter (commit: 980b292) — david.jianwei.yu / githubweb
- add time.sleep() for first startup (commit: 0175f52) — david.jianwei.yu / githubweb
- remove hardcode filter element (commit: 0869144) — david.jianwei.yu / githubweb
- remove unused (commit: 9ee1f53) — david.jianwei.yu / githubweb
- Update README.md (commit: f1a9765) — noreply / githubweb
- update filter generated content test (commit: 88dc109) — David Yu / githubweb
- remove portal url (commit: 1cb2199) — David Yu / githubweb
- update env template (commit: 145de3e) — David Yu / githubweb
- update test with bool() (commit: f7f50e9) — David Yu / githubweb
#429 (18/04/2023, 5:11:01 pm)
- update graphql query schema (commit: f0302f5) — jyu748 / githubweb
- update comment (commit: 3953740) — jyu748 / githubweb
- update function explanation (commit: fed12a9) — jyu748 / githubweb
- add error handling for experiment query (commit: 8ce1ade) — jyu748 / githubweb
- update code format and comment (commit: b46083c) — jyu748 / githubweb
- fix testing for related changes (commit: 07fd955) — jyu748 / githubweb
- update schema generator parameter (commit: 9c53ef0) — david.jianwei.yu / githubweb
#406 (14/04/2023, 11:11:01 am)
- update documentation (commit: 57fc798) — jyu748 / githubweb
- update filter dict (commit: 913dad8) — jyu748 / githubweb
- clarify environment variable setup (commit: 711900f) — jyu748 / githubweb
- fix invalid escape sequence warning (commit: fcbeb85) — jyu748 / githubweb
- fix invalid escape sequence (commit: 1397f5e) — jyu748 / githubweb
- update convert_query function comment (commit: 01f6d72) — jyu748 / githubweb
- update pagination data structure (commit: 1b6741c) — jyu748 / githubweb
- create sub node schema (commit: e6a091c) — jyu748 / githubweb
- create data schema file (commit: 28d00d3) — jyu748 / githubweb
- Create pagination.py (commit: f095407) — jyu748 / githubweb
- remove duplicated data (commit: 868d950) — jyu748 / githubweb
- add species to output (commit: 1a1bcfe) — jyu748 / githubweb
- update filter for sidebar (commit: 0569522) — jyu748 / githubweb
- update comment (commit: 85a2569) — jyu748 / githubweb
- update manifests based data structure (commit: 44b4856) — jyu748 / githubweb
- update image gallery (commit: a278e07) — jyu748 / githubweb
- add image url (commit: 17c68ce) — jyu748 / githubweb
- remove hard code url (commit: e00f448) — jyu748 / githubweb
- update path structure (commit: ce561c6) — jyu748 / githubweb
- add handle_multiple_cite function (commit: e5c888e) — jyu748 / githubweb
- update pagination logic (commit: e0c8f59) — jyu748 / githubweb
- update sidebar data format (commit: c4317d0) — jyu748 / githubweb
- update sidebar filter content (commit: ee7207f) — jyu748 / githubweb
- update eval() to json.loads() (commit: 81a013c) — jyu748 / githubweb
- update full url to pagination output (commit: c987d00) — jyu748 / githubweb
- set url to empty if not include image (commit: 4ce6948) — jyu748 / githubweb
- splite contributor (commit: c52878e) — jyu748 / githubweb
- update variable name (commit: 60d4881) — jyu748 / githubweb
- optimize pagination data structure (commit: beded56) — jyu748 / githubweb
- keep the empty array if no data match (commit: c613c7a) — david.jianwei.yu / githubweb
- organ filter update (commit: e15b489) — david.jianwei.yu / githubweb
#80 (8/02/2023, 3:11:01 pm)
- update schema for thumbnail display (commit: 5038531) — jyu748 / githubweb
- update schema for thumbnail (commit: 724c2af) — jyu748 / githubweb
- data testing (commit: b3009c5) — jyu748 / githubweb
- data structure testing (commit: 88ff107) — jyu748 / githubweb
- update filter function (commit: 186750a) — jyu748 / githubweb
- remove import (commit: 728ee25) — jyu748 / githubweb
- data structure tests update (commit: 8a8be00) — jyu748 / githubweb
- fix api testing (commit: ae20ed9) — jyu748 / githubweb
- update testing type (commit: 353aeb2) — jyu748 / githubweb
- update testing cases (commit: 2d4809f) — jyu748 / githubweb
#21 (27/01/2023, 5:11:01 pm)
- fix submitter id matching problem (commit: ec8a38b) — jyu748 / githubweb