Giter VIP home page Giter VIP logo

voluntrackku's Introduction

VolunTrackKU

This repository is for the source code from the Fall 2017 IT810 course project at the University of Kansas.

voluntrackku's People

Contributors

derindre avatar stansakl avatar surajmoorthy avatar

Stargazers

 avatar

Watchers

 avatar

voluntrackku's Issues

Registration of new user does not work - Iteration 2

Defect Report 01 submitted.

Dump:

Notice: Undefined variable: conn in C:\Users\April\Documents\IT810\VolunTrackKU\src\voluntrack\DBManager.php on line 55

Fatal error: Uncaught Error: Call to a member function prepare() on null in C:\Users\April\Documents\IT810\VolunTrackKU\src\voluntrack\DBManager.php:72 Stack trace: #0 C:\Users\April\Documents\IT810\VolunTrackKU\src\voluntrack\register.php(14): voluntrack\DBManager->register_user('Jim', 'Tompson', 'r', '[email protected]', '$2y$10$FV24anA5...') #1 {main} thrown in C:\Users\April\Documents\IT810\VolunTrackKU\src\voluntrack\DBManager.php on line 72

SQL script for project_users is incorrect - Iteration 3

Can't create foreign key constraint error creating the USER_PROJECT table. SQL follows:

CREATE TABLE IF NOT EXISTS ebdb.USER_PROJECT(USER_IDINT UNSIGNED NOT NULL,PROJECT_IDINT UNSIGNED NOT NULL,PROJECT_START_DATE_TIMEDATETIME(0) NOT NULL,PROJECT_END_DATE_TIMEDATETIME(0) NOT NULL, INDEXPROJECT_ID_idx (PROJECT_IDASC,USER_IDASC), INDEXUser_id _idx (USER_IDASC), CONSTRAINTUser_id FOREIGN KEY (USER_ID) REFERENCES ebdb.USER (USER_ID) ON DELETE NO ACTION ON UPDATE NO ACTION, CONSTRAINT PROJECT_ID FOREIGN KEY (PROJECT_ID,USER_ID) REFERENCES ebdb.PROJECT (Project_Name,Project_id) ON DELETE NO ACTION ON UPDATE NO ACTION) ENGINE = InnoDB ;

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.