Skip to content

Conversation

remo5000
Copy link
Contributor

@remo5000 remo5000 commented Jul 20, 2018

Features

  • globals are used properly (see issue in cadet)
  • files property in Library has been removed
  • externals has been refactored to external, an object that contains name and an array of symbols
  • Reverted component updating for AssessmentWorkspace and GradingWorkspace (already merged in master)
  • General typing improvements when using [location] (made when fixing a bug)

Resolves #188

@remo5000 remo5000 requested a review from ning-y July 20, 2018 06:27
@coveralls
Copy link

coveralls commented Jul 20, 2018

Pull Request Test Coverage Report for Build 429

  • 4 of 62 (6.45%) changed or added relevant lines in 11 files are covered.
  • 8 unchanged lines in 5 files lost coverage.
  • Overall coverage decreased (-0.1%) to 25.356%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/components/Application.tsx 0 1 0.0%
src/components/academy/grading/GradingWorkspace.tsx 0 1 0.0%
src/components/assessment/AssessmentWorkspace.tsx 0 1 0.0%
src/containers/assessment/AssessmentWorkspaceContainer.ts 0 1 0.0%
src/containers/academy/grading/GradingWorkspaceContainer.ts 0 1 0.0%
src/containers/ApplicationContainer.ts 0 1 0.0%
src/components/workspace/ControlBar.tsx 1 3 33.33%
src/sagas/backend.ts 0 11 0.0%
src/sagas/index.ts 1 40 2.5%
Files with Coverage Reduction New Missed Lines %
src/containers/academy/grading/GradingWorkspaceContainer.ts 1 36.0%
src/sagas/backend.ts 1 16.67%
src/containers/assessment/AssessmentWorkspaceContainer.ts 1 36.0%
src/containers/ApplicationContainer.ts 1 85.71%
src/sagas/index.ts 4 21.21%
Totals Coverage Status
Change from base Build 427: -0.1%
Covered Lines: 757
Relevant Lines: 2548

💛 - Coveralls

@ning-y
Copy link
Member

ning-y commented Jul 20, 2018

Not merging until backend implements source-academy/backend#149, since the site would probably crash otherwise.

@ning-y
Copy link
Member

ning-y commented Jul 23, 2018

Note to self: do #207 once this is merged

@ning-y ning-y merged commit 4901413 into master Jul 26, 2018
@ning-y ning-y deleted the library-shape branch July 30, 2018 09:47
Aulud pushed a commit to Aulud/cadet-frontend that referenced this pull request May 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Modify Library/globals Definition
3 participants