GithubHelp home page GithubHelp logo

ccfcet / karma Goto Github PK

View Code? Open in Web Editor NEW
17.0 13.0 11.0 8.82 MB

Information Management Framework(HTTP API Service) for Educational Institutions.

License: GNU Affero General Public License v3.0

JavaScript 100.00%
api colleges educational-institutions nodejs

karma's Introduction

Karma

Back-end API framework for colleges.

Codacy Badge Build Status Build status Coverage Status

Motivation

There does not exist a free, open and powerful tool for colleges (specifically higher educational institutes) to enhance and improve processes through the effective management of data. The project aims to provide RESTful HTTP API services alone.

Check out

and see if any of them meet our needs.

Useful Links

Directory Structure

Design

Details regarding the design and principles followed is available in docs/design folder.

Source Code

Source code available in src folder.

Contributing

Everything is perfect and there is always room for improvement.

Contributions are always welcome and appreciated. Before contributing to this work, kindly ensure that you are aware of the standards and principles that we currently follow. You may fork this repository and add a pull request when you make a good change or addition so that we may review it.

Any contributions including but not limited to material used during communication will be owned by the Central Computing Facility, College of Engineering Trivandrum(CCF CET). By contributing towards this work, you agree that you have proper rights to do the same especially towards transferring ownership of material to CCF CET.

You may feel free to contact us in our mail us at [email protected]

Code of Conduct

See Code of Conduct

This Code of Conduct is adapted from the Contributor Covenant, version 1.4, available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html

karma's People

Contributors

aashan007 avatar abhishek-sankar avatar amrithm98 avatar chithra98 avatar codacy-badger avatar dependabot[bot] avatar jacob13400 avatar jilvin avatar kmjayadeep avatar mohd-bilal avatar mustafapc19 avatar musthafamum-pang avatar nandukmg avatar rabeehrz avatar rehnarehu avatar rwithik avatar saharshpruthi avatar samanyu13 avatar santhisenan avatar user9747 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

karma's Issues

Error while running npm install

$ npm install

[email protected] preinstall /Users/santhisenan/Projects/karma/src
rm -rf ./node_modules/_

[email protected] postinstall /Users/santhisenan/Projects/karma/src
./link-modules.sh

npm WARN [email protected] No repository field.

audited 60 packages in 4.853s
found 0 vulnerabilities

[email protected] install /Users/santhisenan/Projects/karma/src/lib/authentication/node_modules/argon2
node-gyp rebuild

CC(target) Release/obj.target/libargon2/argon2/src/opt.o
CC(target) Release/obj.target/libargon2/argon2/src/argon2.o
CC(target) Release/obj.target/libargon2/argon2/src/core.o
CC(target) Release/obj.target/libargon2/argon2/src/blake2/blake2b.o
CC(target) Release/obj.target/libargon2/argon2/src/thread.o
CC(target) Release/obj.target/libargon2/argon2/src/encoding.o
LIBTOOL-STATIC Release/argon2.a
Failed to import the site module
Your PYTHONPATH points to a site-packages dir for Python 2.x but you are running Python 3.x!
PYTHONPATH is currently: "/usr/local/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib"
You should unset PYTHONPATH to fix this.
make: *** [Release/argon2.a] Error 1
gyp ERR! build error
gyp ERR! stack Error: make failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:258:23)
gyp ERR! stack at emitTwo (events.js:126:13)
gyp ERR! stack at ChildProcess.emit (events.js:214:7)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:198:12)
gyp ERR! System Darwin 17.5.0
gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /Users/santhisenan/Projects/karma/src/lib/authentication/node_modules/argon2
gyp ERR! node -v v8.11.2
gyp ERR! node-gyp -v v3.6.2
gyp ERR! not ok
npm WARN [email protected] No repository field.

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] install: node-gyp rebuild
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! /Users/santhisenan/.npm/_logs/2018-06-07T12_41_55_182Z-debug.log
audited 1804 packages in 73.871s
found 9 vulnerabilities (5 low, 4 high)
run npm audit fix to fix them, or npm audit for details

Eslint rules override

Currently, the following rules are overridden.

  1. func-names
  2. no-console

Should they be overridden?

Removing value column from Student attendance

I don't think there is a need for the value column in student attendance (Assuming it to be either 0 or 1).
We can just store the student who gets attendance for a particular course.

I think this would be better in the long term.

Placement and Training Module

Is your feature request related to a problem? Please describe.
It would be great if we could manage placement and training information, maybe as a separate module rather than with the core modules.

Describe the solution you'd like
A separate module for managing placement and training information.

Describe alternatives you've considered
Nil

The main website should show the placement information of the current and previous years. (Suggested by Ramesh Panattil, 2014-2018)

Additional context
Add any other context or screenshots about the feature request here.

Documentation for database design

Create documentation for database design.

  • Add relevant documentation in MySQL workbench.
  • Add documentation for the community to understand the design and improve it.

Content Publishing Support

Is your feature request related to a problem? Please describe.
Add content publishing support to enable easy and flexible content delivery for front-end clients like websites.

Describe the solution you'd like
An additional layer to support easy and flexible content publishing while using existing data models to avoid redundancy and increase data integrity.

Describe alternatives you've considered
No alternative considered.

Additional context
Nil

Add a field to the news_data model to refer to the image associated with a news_data entry.

Is your feature request related to a problem? Please describe.
The news_data model does not have any field to refer to the image associated with a news_data entry.

Describe the solution you'd like
Add an URL field to the news_data model, which can store the URL to the news' image.

Describe alternatives you've considered
Storing URL of the image can be done using the idea of slugs as done for other models.

Additional context
None.

modelCallback in ./src/bin/www

Not sure if this method will cause inconsistencies during startup of the server. Needs thorough analysis and testing. Take support from sequelize community if possible.

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.