openedx-vlead / vlabs-edx-bootstrap-theme

This repository is Open edX theme for Virtual Labs. Theme is applied on https://vlabs.ac.in
GNU General Public License v3.0
0 stars 1 forks source link

Serve feedback from info.vlabs.ac.in #180

Open reenamadamwar opened 7 years ago

reenamadamwar commented 7 years ago

Introduction Feedback system in https://vlabs.ac.in works by posting data by loading a javascript file which is getting served from https://vlabs.ac.in:5959 port. This needs to be fixed as port 5959 might be blocked in many organizations and hence students may not be able to fill feedback form.

Objective

  1. To serve feedback_utils.js from https://info.vlabs.ac.in

Plan

  1. Launch a test machine which is the exact replica of https://vlabs.ac.in
  2. Export the course in .tar.gz format.
  3. Replace http://open-edx.vlabs.ac.in:5959 with https://info.vlabs.ac.in
  4. Push the changes to corresponding github repository
  5. Compress the course folder in .tar.gz format
  6. Import the modified tar.gz file
  7. Test if changes works.

Release Plan A test machine is the one which will hold the changes. Once changes are suitable and tested, the same test machine can be made as the production machine.