Skip to content

rebstan97/Task_Sourcing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Task Sourcing

The system is a catalogue of tasks submitted by users. Users can either submit a task or pick a task. Tasks are general chores such washing a car on Kent Vale’s car park on Sunday or delivering a parcel on Tuesday between 17:00 and 19:00. Users who want to pick a task can bid. Some generic common tasks may be available for task requesters to instantiate. The user who submits a task or the system (your choice) chooses the successful bid. Each user has an account. Administrators can create, modify and delete all entries. Please refer to www.taskrabbit.com for examples and data.

Setup Guide

Modify this line of code in your httpd.conf (under apache2\conf\ folder) to change the default loading page when you go to your localhost. Approx line 279 or so. DirectoryIndex: sets the file that Apache will serve if a directory is requested.

<IfModule dir_module>
    DirectoryIndex homePage.html homePage.php
</IfModule>

About

A project created for CS2102.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • HTML 51.8%
  • PHP 48.2%