Jansen Kantor ff7937c2d7 Merge pull request #24 from edx/pagination
feat(pagination) added next and previous buttons to grades page
2018-11-29 14:34:56 -05:00
2018-10-17 11:50:17 -04:00
2018-10-17 11:50:17 -04:00
2018-10-17 11:50:17 -04:00
2018-10-17 11:50:17 -04:00
2018-10-17 11:50:17 -04:00
2018-10-17 11:50:17 -04:00
2018-10-17 11:50:17 -04:00
2018-11-06 08:38:25 -05:00
2018-11-06 08:38:25 -05:00
2018-11-06 08:38:25 -05:00
2018-10-17 11:50:17 -04:00
2018-10-17 11:50:17 -04:00
2018-11-06 08:38:25 -05:00

Build Status Coveralls npm_version npm_downloads license semantic-release

gradebook

Please tag @edx/educator-neem on any PRs or issues.

Introduction

The front-end of our editable Gradebook feature.

Usage

To install gradebook into your project:

npm i --save @edx/gradebook

Running the UI Standalone

After cloning the repository, run make up-detached in the gradebook directory - this will build and start the gradebook web application in a docker container.

The web application runs on port 1991, so when you go to http://localhost:1991 you should see the UI.

If you don't, you can see the log messages for the docker container by executing make logs in the gradebook directory.

Note that make up-detached executes the npm run start script which will hot-reload JavaScript and Sass files changes, so you should (🤞) not need to do anything (other than wait) when making changes.

Configuring for local use in edx-platform

Assuming you've got the UI running at http://localhost:1991, you can configure the LMS in edx-platform to point to your local gradebook from the instructor dashboard by putting this settings in lms/env/private.py:

WRITABLE_GRADEBOOK_URL = 'http://localhost:1991'

Directory Structure

  • config
    • Directory for webpack configurations
  • public
    • Entry point for the single-page application - gradebook has a single index.html file
  • src
    • components
      • Directory for presentational React components
    • containers
      • Directory for container React components
    • data
      • actions
        • Directory for Redux action creators
      • constants
      • reducers
        • Directory for Redux reducers

Authentication with backend API services

See the @edx/frontend-auth repo for information about securing routes in your application that require user authentication.

Description
No description provided
Readme AGPL-3.0 18 MiB
Languages
JavaScript 98.8%
SCSS 0.8%
Makefile 0.3%