Go to file
Derek DeVries 7bffcba259 add available column to the assignment index page
fixes CNVS-7671

test plan:
  - The availability date should display in six different formats
    - Blank (when there is no availability dates)
    - "Available" (when the assignment is unlocked, and there is no lock date)
    - "Not available until <date>" (when the assignment is not unlocked yet)
    - "Available until <date>" (when the assignment is unlocked and has a lock date)
    - "Closed" (when the locked date has passed)
    - "Multiple Availability" (when there are multiple availability dates)
  - Add different variations on availability dates for assignments
  - Check that the format appears correct

Change-Id: I9bbd416b50656dd67dc4ae2d391ec5b6a6283d5c
Reviewed-on: https://gerrit.instructure.com/24455
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Simon Williams <simon@instructure.com>
QA-Review: Amber Taniuchi <amber@instructure.com>
Product-Review: Derek DeVries <ddevries@instructure.com>
2013-09-19 21:32:52 +00:00
app add available column to the assignment index page 2013-09-19 21:32:52 +00:00
config Updated ja translation 2013-09-19 02:04:28 -06:00
db/migrate clean up old bad data before adding an FK 2013-09-19 14:51:04 +00:00
doc swagger: handle 'array' return types in API docs 2013-09-19 14:51:04 +00:00
guard make jst css files play nicely with guard 2013-09-18 19:32:43 +00:00
lib add a reserve cost to request throttling 2013-09-19 19:30:57 +00:00
loom updated ember to 1.0.0 2013-09-05 16:46:33 +00:00
node_modules update require.js node module 2012-06-27 17:29:47 -06:00
public stop using hashes in the tour guide 2013-09-16 17:29:35 +00:00
script useful find_each 2013-07-18 22:26:46 +00:00
spec add available column to the assignment index page 2013-09-19 21:32:52 +00:00
vendor/plugins search the right namespace for this constant 2013-09-18 16:50:50 +00:00
.gitignore implemented dress_code 2013-04-09 15:43:16 +00:00
.jshintrc make jslint settings more sane 2012-08-17 11:04:40 -06:00
CONTRIBUTING.md add a contributing doc for github coolness 2012-09-19 10:16:04 -06:00
COPYRIGHT Initial commit. 2011-01-31 18:57:29 -07:00
Gemfile user request throttling 2013-09-17 15:09:49 +00:00
Guardfile make jst css files play nicely with guard 2013-09-18 19:32:43 +00:00
LICENSE Initial commit. 2011-01-31 18:57:29 -07:00
README.md README changes to point more directly to installation instructions 2011-02-01 17:36:01 -07:00
Rakefile get rspec 2 running with rails 3.0 2013-03-27 15:41:28 +00:00
config.ru start adding rails 3.0 support 2013-03-22 19:08:40 +00:00
package.json updated package.json 2013-08-23 18:46:20 +00:00

README.md

Canvas LMS

Canvas is a new, open-source LMS by Instructure Inc. It is released under the AGPLv3 license for use by anyone interested in learning more about or using learning management systems.

Please see our main wiki page for more information

Installation

Detailed instructions for installation and configuration of Canvas are provided on our wiki.