Skip to content

DoCurious API Reference / types / TrackRecordFeedEntry

Interface: TrackRecordFeedEntry

Defined in: types/challenge.types.ts:862

A single track-record entry enriched with student and challenge context, used to render the chronological update feed on the community page.

Properties

challenge

challenge: object

Defined in: types/challenge.types.ts:865

coverImageUrl?

optional coverImageUrl: string

id

id: string

title

title: string


entry

entry: TrackRecordEntry

Defined in: types/challenge.types.ts:863


student

student: object

Defined in: types/challenge.types.ts:864

avatarUrl?

optional avatarUrl: string

displayName

displayName: string

id

id: string


trackRecordId

trackRecordId: string

Defined in: types/challenge.types.ts:866


trackRecordStatus

trackRecordStatus: TrackRecordStatus

Defined in: types/challenge.types.ts:867

DoCurious Platform Documentation