Giter VIP home page Giter VIP logo

Comments (8)

vatz88 avatar vatz88 commented on May 30, 2024 1

Dude that's so damn confusing!

from ffcsonthego.

vatz88 avatar vatz88 commented on May 30, 2024

The course report excel has multiple columns, I'm only considering the last column Credits.

Don't know what other columns are and when to consider them :')

from ffcsonthego.

vatz88 avatar vatz88 commented on May 30, 2024

Credits total seems kinda confusing but clash between theory and project should be fixed.
@sangeeth96 how about we consider Project column for credit totaling but don't add it to timetable to avoid clashing?

JSON data has to be modified for that to get correct credits for project and while adding course to the timetable ignore all EPJ

from ffcsonthego.

runofthemillgeek avatar runofthemillgeek commented on May 30, 2024

image
Well, what I was thinking was while making the JSON, combine ETH+ELA+EPJ to one subject for each faculty. This is valid based on what I've heard. You have to take the same faculty for each of these so there's no point in separately displaying them in the panel.

Basically, if a subject has ETH+ELA, we'll combine them to one with the type ETH+ELA. As for the credits, the total credits is the sum total of all ETH+ELA+EPJ credits so I don't understand why you'd consider the Project column?

from ffcsonthego.

vatz88 avatar vatz88 commented on May 30, 2024

combine ETH+ELA+EPJ to one subject for each faculty

this can be done if we get the confirmation that students can not take different faculty for different components of same course.

why you'd consider the Project column?

Well I thought EPJ has 0 in CREDITS fields and that is causing not counting of it. But if that's not the case credits total has no issues right?

from ffcsonthego.

vatz88 avatar vatz88 commented on May 30, 2024

Also before combining we have to take care that it doesn't mess up the Non-CAL courses. AFAIK Non-CAL has no such restrictions about same faculty.

from ffcsonthego.

runofthemillgeek avatar runofthemillgeek commented on May 30, 2024

I just tried something with a few assumptions and those didn't work. EPJ has 1 credit and the Credits column values are proper. Current plan to create the JSON file is as follows:

  1. Read the entire xls and convert it to JSON.
  2. Filter the array of courses to two different arrays โ€” projectCourses and nonProjectCourses.
  3. Iterate through projectCourses and find the matching nonProjectCourse.
  4. Combine the credits and 'EPJ' string of the projectCourse to the matching nonProjectCourse.
  5. Repeat steps 3 and 4 for every J component course.

from ffcsonthego.

vatz88 avatar vatz88 commented on May 30, 2024

@sangeeth96 what we do next? Let it be what it is?

from ffcsonthego.

Related Issues (20)

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.