Git Product home page Git Product logo

augsd-td's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

augsd-td's Issues

Portals display on admin dashboard

Display only the portals which are accessible by the logged in user in admin dashboard. (Only the ones present in user's portals array). Handle the superUser case accordingly.

gulp packages

gulp packages and their corresponding dependecies need to be upgraded.

TD: Portal for blocking all the rooms

Add a link in control portal for blocking all the rooms in the room booking system for a specified date and time.

Inputs

  1. Date (Required)
  2. Start Time (Required)
  3. End Time (Required)
  4. Purpose (Optional)

Notes

  • For the UI, use the date and time picker used in the views of room-booking-faculty and room-booking-student

  • For blocking all the rooms, add a new document to room-bookings collection with a random value for number field and blockAll value as true. The date, start and end values will be taken as user input.

  • The portal should also display all the bookings with blockAll as true and provide a feature to delete such bookings

Room Booking

Following changes have to be made in the room booking portal :

  • Disable bookings after 16:30 Hours for the next day on Monday-Friday

  • Disable bookings after 12:30 Hours for the next day on Saturday

  • Figure out a way to import holiday list

Portal to update project-allotment instructions

Add a section in AUGSD control portal to update the instructions shown on the index view of the project-allotment-student portal. The instructions will be stored in the settings collection of the database. The schema may be modified according to our use case.

Add feature to export feedback CSV from feedbacks-admin portal

Add option to export 2 CSVs from the feedacks-admin portal. Use json2csv module for the same.

24x7 Feedback CSV

  1. Instructor Name
  2. Instructor Email
  3. Course Code
  4. Course Section
  5. Feedback

Mid-Semester Feedback CSV

  1. Instructor Name
  2. Instructor Email
  3. Course Code
  4. Course Section
  5. Answer to Q1
  6. Answer to Q2
  7. Answer to Q3

Fix md-select bug on mobile devices

The drop-down to select course, section and instructor in feedbacks-24x7 and feedbacks-midsem portal appears out of place on mobile devices. Find and apply a simple CSS fix for the same.

Dynamic forbidden batches in project allotment

Right now, we are hard-coding the batches which are forbidden for project allotment. Using the settings collection in the database, make this process dynamic.

Add a link in control portal (AUGSD)

add yarn

Add support for Yarn instead of npm package manager

Refactor Mid-Semester Feedback Portal

The following changes are needed in the Mid Semester Feedback Portal.

Back-End

  1. Use a common schema for both 24x7 and Mid-Semester Feedbacks. Make use of the type field in the feedbacks schema.
  2. Make changes in 24x7 Feedbacks Portal to match any changes made in the schema.
  3. Use better exception handling. Refer #28

Front-End

  1. Use common jade templates for the first two steps of 24x7 Feedback and Mid Semester Feedback portal.
  2. For the admin section, figure out a better way to display received feedbacks as the current way doesn't work perfectly on mobile devices.

Update documentation

Update README.MD to document the recently added siteMode in config.js. Split the portals documentation into two parts (one for AUGSD and one for TD).

Profile section for admin area

We currently do not have a My Profile section for admin area. Thus, create one which will display all the courses which a faculty member is offering in the current semester. Following details for the courses are to be displayed in the section :

  1. Course ID
  2. Course Name
  3. Sections taken up by faculty

24x7 Feedbacks

The following things need to be done :

  • Display course name along with course ID when selecting a course.

  • Send an email to the instructor whose feedback has been received.

  • Document the code

Handle the exception raised when instructor not found in 24x7 Feedbacks

The site crashes at step 3 of 24x7 Feedback Portal when instructor document is not found in the admins collection.

This happens after a section is chosen at step 2 and the document for instructor of that particular section is not found in the collection. We need a decent way of handling this exception.

24x7 Feedbacks

The following things need to be done :

  1. Stretch the feedbacks UI to full grid.

  2. Display course name along with course ID when selecting a course.

  3. Send an email to the instructor whose feedback has been received.

Shift addition of `menuselectify` class to master-dashboard.jade

We are using the following code in every jade file for portals to highlight the current portal in navigation sidebar.

document.getElementsByClassName('mdl-navigation__link menuselectify')[0].classList.remove('menuselectify');
document.getElementById('XXXXX').classList.add('menuselectify');

Shift this code to the master template master-dashboard.jade so that the currently opened portal is automatically highlighted in the sidebar without explicitly programming it in every jade file.

Also, after the code has been shifted, remove all it's occurrences from all jade files.

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.