Skip to content

Commit

Permalink
feat: starting work on asset view vs subject view for project views
Browse files Browse the repository at this point in the history
  • Loading branch information
dbirman committed Dec 12, 2024
1 parent 7c764d1 commit f7f83c0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/aind_qc_portal/projects/project_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,16 @@
from aind_qc_portal.utils import df_timestamp_range, OUTER_STYLE, AIND_COLORS


class AssetView():
"""Panel view of a single raw asset and its derived assets
"""

def __init__(self, asset_id: str):
pass


class ProjectView():
"""Panel view of an entire project's assets"""

def __init__(self, project_name: str):
cls = mapping.get(project_name, ProjectDataset)
Expand Down

0 comments on commit f7f83c0

Please sign in to comment.