Skip to content

GitHub classroom: use openAt date in course-info.json for assessment display in front-end #1806

Open
@ghost

Description

From GitHubClassroom.tsx

type GitHubAssessment = {
  id: string;
  title: string;  
  openAt: string;  
  closeAt: string;  
  published: string;  
  coverImage: string;  
  shortSummary: string;  
  acceptLink: string;  
  repoPrefix: string;  
};  

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions