OSS-first docs
These docs teach the open system first: contracts, generated surfaces, runtimes, governance, and incremental adoption. Studio shows up as the operating layer on top, not as the source of truth.
List of financial goals with progress
Goal
List goals
Context
Overview
Source Definition
import {
definePresentation,
StabilityEnum,
} from '@lssm-tech/lib.contracts-spec';
export const GoalsListPresentation = definePresentation({
meta: {
key: 'wealth-snapshot.goals.list',
version: '1.0.0',
title: 'Goals List',
description: 'List of financial goals with progress',
domain: 'finance',
owners: ['@wealth-snapshot'],
tags: ['finance', 'goals', 'list'],
stability: StabilityEnum.Experimental,
goal: 'List goals',
context: 'Overview',
},
source: {
type: 'component',
framework: 'react',
componentKey: 'GoalsList',
},
targets: ['react', 'markdown'],
policy: {
flags: ['wealth.goals.enabled'],
},
});