Skip to content

Circuit detail view [part 1] & fixes on list view #241

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 24 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
5892668
Developed header and visualiser
loris-maru Apr 1, 2025
a2577a1
Scafolded the four sections structure
loris-maru Apr 1, 2025
3b0bc6f
Developed dynamic pie graph and provenance
loris-maru Apr 1, 2025
ca0d465
Added related circuits without hooking the derivated ones
loris-maru Apr 1, 2025
32d7c8c
Implementation of related publications and related circuits
loris-maru Apr 2, 2025
0f47eeb
Support for parent circuit and derived from
loris-maru Apr 2, 2025
dc6ccac
Added download in detail view and links to the detail view in the lis…
loris-maru Apr 3, 2025
d95da5a
Fixed on detail view parent circuit
loris-maru Apr 3, 2025
289cf3b
Ran prettier and linter
loris-maru Apr 3, 2025
7907430
Fixes following Gil feedback - round 1
loris-maru Apr 3, 2025
67b3541
Added a flat object for the circuits
loris-maru Apr 3, 2025
c1249a1
Added support for resizable column in list view
loris-maru Apr 4, 2025
35f4b7e
Ran prettier and linter
loris-maru Apr 4, 2025
08abd7e
Added search functionality - step 1
loris-maru Apr 4, 2025
b09e494
Added filter for number of neurons, connections and synapses
loris-maru Apr 5, 2025
55307b7
Compartimentalized functions of ExploreCircuitTable
loris-maru Apr 6, 2025
97e78bb
Created a hook to map the circuit content
loris-maru Apr 7, 2025
82c004f
Corrections following Fabien review
loris-maru Apr 8, 2025
fc99c0b
Switch to hard coded data in JSON and created a unique component for …
loris-maru Apr 16, 2025
69bb11a
Uninstalled knip
loris-maru Apr 17, 2025
9441137
Removed fs from client component and created a route to fetch the dat…
loris-maru Apr 18, 2025
b5fda24
Added subcircuit chevron a 2nd column and option to unselect row
loris-maru Apr 21, 2025
960ed0b
Fixed linter error except the props spreading
loris-maru Apr 24, 2025
6ce40be
Turned Links of columns into div for cell other than name
loris-maru Apr 25, 2025
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
1 change: 1 addition & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ const nextConfig = {
pathname: '/images/**',
},
],
domains: ['openbluebrain.s3.us-west-2.amazonaws.com'],
},
};

Expand Down
Loading
Loading