• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

source-academy / cadet-frontend / 211
30%

Build:
DEFAULT BRANCH: master
Ran 06 Jul 2018 05:44AM UTC
Jobs 1
Files 115
Run time 6s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
211

push

travis-ci

web-flow
Grading comments (#162)

* Added react-md -- a Markdown editor

- ~400 stars
- In Typescript
- Vertical layout for the slightly narrow side-content section
- In actual Markdown

Only caveats are that it is not WYSIWYG and does not have a markdown to html converter.

* Add draft-js dependency

The main library react-mde runs on.

* Add types for draft-js

* Add showdown dependency

To convert markdown to HTML and vice-versa

* Add awesomefonts dependency

I'll remove this to use blueprint icons instead, later on.

* Add typedefs for showdown

* Add GradingEditor component

* Add react-mde styles into index.scss

Or else, the styles do not work.

* Fix overflow for react-mde in side-content card

* Fix scrolling problems using css

* Add coloring styles

* Add dispatch and state props

Trying to use componentDidMount and componentWillUnmount to handle
updates.

* Add container

* Add action and reducer

* Fix compiler errors

Alphabetisizing, typos.

* Remove undefined union for gradingCommentsValue

The `markdown` value in `mdeState` being undefined causes a runtime
error. So it is easier to just deal with a definite string (since
undefined is not allowed anyway). The typedef for the value allows
undefined though.

* Scaffold link component to render for grid

The problem is that the current <a href> implementation is a hard
redirect, causing a change in URL (and loss of all state). I'm trying to
get a NavLink

* Format and de-style NavLink

* Use undefined check

* Force non-null for markdown value

Since it will be set by the default state,
it is never null.

* Add componentWillMount for grading/index

* Add props for updating ids

* Add action

* Fix buggy componentWillMount functions

Checks only for submissionId, if it is present then there should be a
questionId as well.

* Add defaultComments value

Used to reset the workspace as well.

* Format files

* Add... (continued)

211 of 1149 branches covered (18.36%)

Branch coverage included in aggregate %.

1237 of 3445 relevant lines covered (35.91%)

105.41 hits per line

Jobs
ID Job ID Ran Files Coverage
1 211.1 06 Jul 2018 05:44AM UTC 0
31.52
Travis Job 211.1
Source Files on build 211
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #211
  • 80482b4d on github
  • Prev Build on master (#208)
  • Next Build on master (#216)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc