Git Product home page Git Product logo

quill-connect-db's People

Contributors

emilia-friedberg avatar tbconroy avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

quill-connect-db's Issues

Making a copy of an edition in the middle of a lesson redirects back to the lesson

Somehow - and this is not happening on develop - setEditionId is being called both from the edition.tsx component, as we would expect, and from selectAction function in the chooseEdition component, which makes no sense as this component is not the one for this route. The selectAction function passes a callback to setEditionId which routes the page back to the lesson. BUT WHY?

fix auth issue arising from API call to empirical_core

In the createOrUpdateClassroomLessonSession method, we are making a call to the classroom_teacher_and_coteacher_ids api method, which appears to be failing an authentication call and therefore not managing to complete the api call.

Solution for now:
make the api call where we know it works, in connect, and then pass that data to quill connect db. This is actually more in line with the pattern we have elsewhere.

Flagging a student answer.

Given I am a teacher in a lesson session
And I am on a slide with student answers
When I click on the flag icon in a student answer row
Then the value should be saved to the database
And the icon should turn blue
And I should be able to see the student included in the flagged students list.

Switching a slide to display mode

Given I am a teacher in a lesson session
And I am on a slide with student answers
When I have at least one student answer selected
Then when I click on the "Display Selected Answers" button
Then the students screen should start displaying the answers
And the button should now say "Stop Displaying Answers"

Selecting student answers for display

Given I am a teacher in a lesson session
And I am on a slide with student answers
When I click the checkbox in a student answer row
Then the selection should be saved to the database
And the checkbox should show that the value has been updated

null problems

  • rewrite setEditionId so it doesn't blow up when we ask for the potentially null edition_id of a classroom activity
r.table('classroom_lessons')
  .get(classroomActivityId)
  .getField('edition_id')

endpoints

  • add endpoint for classroom lessons
  • add endpoint for editions metadata
  • add endpoint for editions questions

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.