Skip to content

An archive of completed projects and projects that I am currently working on.

Notifications You must be signed in to change notification settings

leevic31/Project-Archive

Repository files navigation

1100 Group

Table of Contents

Project Deliverable 1

Located under Deliverable_01/

Project Deliverable 2

Located under Deliverable_02/

Project Deliverable 3

Located under Deliverable_03/

Sprint 1

Sprint 2

Instructions

  • source code located under Deliverable_03/src/
  • to run:
~ $ cd Deliverable_03/
~ $ make

Project Deliverable 4

Located under Deliverable_04/

Sprint 3

Sprint 4

Instructions

  • source code located under Deliverable_04/src/
  • prerequisites
    • edit src/config.py to have the correct database configuration to connect to the database
    • Please make sure to run the following sqls on a mysql database schema
CommunityConnection.sql
Employment.sql
InformationAndOrientation.sql
LanguageTrainingEnrolment.sql
LanguageTrainingExit.sql
LanguageTrainingSetup.sql
NeedAssessmentReferrals.sql

Template.sql
  • to run:
~ $ cd Deliverable_04/
~ $ make
  • Testing:
    • unittests are named with _test
    • acceptance tests are under src/test

Project Deliverable 5

Project Video: https://youtu.be/RD6kpNoGNas

Located under Deliverable_05/

Sprint 5

Sprint 6

Instructions

  • source code located under src/
  • prerequisites
    • edit src/config.py to have the correct database configuration to connect to the database
    • Please make sure to run the following sql scripts located under src/sql on a mysql database schema
iCare Template Tables
=======================
CommunityConnection.sql
Employment.sql
InformationAndOrientation.sql
LanguageTrainingEnrolment.sql
LanguageTrainingExit.sql
LanguageTrainingSetup.sql
NeedAssessmentReferrals.sql

Administrative Tables
=======================
User.sql
Template.sql
PresetsTable.sql
  • to run:
~ $ make	# to install dependencies
~ $ make run	# if dependencies are all installed

Login information:

Agency User
======================
username: agency02@agency.ca
password: password

High level TEQ user
======================
username: teq01@teq.ca
password: password

Another Agency User
======================
username: c01group12@gmail.com
password: password

Low level TEQ user
======================
username: teq02@teq.ca
password: password
  • Testing:
    • unittests are named with suffix _test
    • acceptance tests are under src/test

Dependencies

About

An archive of completed projects and projects that I am currently working on.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published