Tagged Questions
The timetable tag has no wiki summary.
5
votes
3answers
308 views
Is there an algorithm that creates of university timetable for the whole semester?
I have to implement an algorithm that generates a timetable for a university. I've searched and found a lot of algorithms. But here is the problem. I need an algorithm that generates a timetable for ...
4
votes
3answers
837 views
I am designing a bus timetable using SQL. Each bus route has multiple stops, do I need a different table for each route?
I am trying to come up with the most efficient database as possible. My bus routes all have about 10 stops. The bus starts at number one until it reaches the 10th stop, then it comes back again. This ...
4
votes
3answers
496 views
Worker/Timeslot permutation/constraint filtering algorithm
Hope you can help me out with this guys. It's not help with work -- it's for a charity of very hard working volunteers, who could really use a less confusing/annoying timetable system than what they ...
3
votes
2answers
333 views
Time table modeling in relational db
I know that it has been told almost anything related to time table modeling in RDBS, but i can not find any well written documentation about available techniques to store time tables in DB.
My case:
...
3
votes
3answers
1k views
Database Design for Transport timetable system
Its been a while since my Database Design classes in my sophomore year at Uni. and I haven't done any designs in the interim so my skills are at best rusty at the moment. I have begun working on a ...
2
votes
2answers
99 views
MySQL: A query to work with timetables?
In the project I'm working on right now the system stores employees' timetables in the table with the following structure:
employee_id | mon_h_s | mon_m_s | mon_h_e | mon_s_e | tue_h_s | tue_m_s | ...
2
votes
2answers
141 views
Building up timetabling problem with lots of variables
I have a classic timetabling problem consisting of the variables classes(~100), rooms(20),terms(8) and weekdays(5).
To just simplfy the problem, following are the reduced constraints.
A day is 9 ...
2
votes
2answers
197 views
Modifying a PHP/Mysql timetable
I currently have this code:
$rawsql2 = "SELECT
*
FROM
_erc_foffices n
INNER JOIN
_erc_openings o ON n.id = o.branch_id ...
2
votes
3answers
585 views
Making a timetable schedule
So.. someone recently asked me to make a timetable for them and I agreed. When I sat down to do it I realized it was harder than I thought. It's just a timetable to give shifts to 4 people for either ...
2
votes
1answer
267 views
Time blocks allocation Algorithm, Private Teacher->Student relationship, maximize number of classes to be given
The situation is the following.
I'm a private teacher with dozens of students. I have some restrictions on my time (for example I can't teach at friday afternoons) and students also have many ...
2
votes
3answers
1k views
Bus Timetable database design
I'm trying to design a db to store the timetable for 300 different bus routes,
Each route has a different number of stops and different times for Monday-Friday, Saturday and Sunday.
I've represented ...
2
votes
1answer
938 views
Can you recommend a selectable Javascript Timetable widget?
Does anyone know of a js "time table" widget?
I need the following:
Days of week in columns & hours of day in rows
1 hour time slot cells (or customisable)
Ability to select multiple times ...
1
vote
1answer
41 views
Which Drools product to use for timetabling?
Yes, it's a newb question.
I want to make a timetabling application that these points specific to my situation:
At a single time, we are allocating a maximum of
(3 teachers X 6 hours)X(3 classes X ...
1
vote
2answers
1k views
How schedule build in jenkins?
How to schedule jenkin's build that it would be able to create only at specific hours everyday?
For example to start at 4 o'clock PM
0 16 1-7 * *
I understand that: 0 minutes, at 4 o'clock PM from ...
1
vote
2answers
636 views
Multi-class, interlinked school timetable as a MySQL database
I've looked around for a bit now at other suggestions relating to this, but nothing I've seen has quite suited my needs, so here goes!
What I have is a multi-class (Australian secondary school; Years ...
1
vote
2answers
404 views
Howto design a public transport timetable database?
Are there any examples of database design for public transport time-tables ?
Or any OpenSource timetable-engine solution?
Or if not, how to do it oneselfs?
How do I best design the database so that ...
0
votes
2answers
34 views
PHP / MySQL timetable comparison
I have an idea for a project that I am currently working on, I am however struggling to find a way to implement this in PHP/MySQL.
I have a database with a list of activities that a tattoo parlour ...
0
votes
1answer
25 views
Framework or Class for a TableView for a train scedule / time table
I wonder if there is a framework or class for creating a train scedule similar to the below screenshot. Of course I know, I can create the table cells myself, but probably there is already a framework ...
0
votes
1answer
45 views
How to create a timetable in iOS?
is there any framework for iOS that allows to create a time table like this app:
http://itunes.apple.com/us/app/id335495816?mt=8
Thanks!
0
votes
2answers
52 views
Convert Large Switch to Hash (Or Other Recommendation)
I currently have an Android application that displays a schedule for a ferry boat. The application can display the full schedule (just a giant list), but the selling point in the application is it ...
0
votes
2answers
321 views
jQuery: Time table with current time
Is there some jQuery plugin to show a time table (monday to sunday) with hours and with a bar indicating the current time?
Here's an example
Thanks
0
votes
1answer
77 views
Adding a location to a javascript timetable
feel free to launch abuse at me if I have missed a question that expains this. I'm pretty new to JS aswell.
I'm building a timtable for shuttle buses to and from our offices. I wanted to add a new ...
0
votes
5answers
227 views
How to keep leading zero in a timetable
I've got a selection of times, but I want to keep the leading zero:
var fastTrainReading = [0943, 0957, 1006, 1013 , 1027, 1036, 1043, 1057, 1106, 1113, 1127, 1136, 1213, 1227, 1236, 1243, 1257, ...
0
votes
1answer
141 views
Using a converted Unix Timestamp to query the database
I am currently using this:
$rawsql = "SELECT
*
FROM
_erc_foffices n
INNER JOIN
_erc_openings o ON n.id = o.branch_id AND o.dotw = DAYOFWEEK(CURRENT_DATE())
INNER JOIN
...
0
votes
2answers
161 views
PHP opening times & embassy holidays
I've been using this code:
$rawsql = "SELECT
*
FROM
_erc_foffices n
INNER JOIN
_erc_openings o ON n.id = o.branch_id AND o.dotw = DAYOFWEEK(CURRENT_DATE())
INNER JOIN
...
0
votes
0answers
428 views
creating a timetable with asp.net
would anyone be able to provide me some advice/explain the logic on how I would create a timetable using vb.net? The timetable will be created according to data that is stored in the database and then ...
0
votes
1answer
446 views
Dynamically check timetable for clashes - jquery/php
I'm making a timetable site for a music festival. The purpose of this site is for people to choose acts they want to see and compile their own personal timetable for the event. At the moment the site ...
0
votes
2answers
123 views
Balancing heuristics (for timetable problem)
I'm writing a genetic algorithm for generating timetables.
At the moment I'm using these two heuristics:
Number of holes between lectures in one day (related) (less holes -> bigger score)
Each ...
0
votes
3answers
849 views
How to design html timetable
I'm currently working on a project where I need to print out a lesson timetable. Here is a link to the one I have created http://conorhackett.com/tt/.
It works fine now but i'd like to have more ...
0
votes
1answer
171 views
Little Employee/Shift timetable HELP!
Morning Guys,
I have the following tables:
operator(ope_id, ope_name)
ope_shift(ope_id, shift_id, shift_date)
shift(shift_id, shift_start, shift_end)
here is a better view of the data
...
0
votes
3answers
148 views
Little (Employee - Shift) SQL Database help
Im creating a little database that has employee, emp_shift, shift, tables
now im suppose to be able to calculate at the end of the month which employee
has done the most number of shifts.
Ive created ...
0
votes
3answers
467 views
SQL timetable for employee
i need to create an employee shift database. so i have 3 tables so far, employee, employee_shift, and shift
im suppose to calculate how many shifts an employee has done at the end of the month, my ...
0
votes
2answers
58 views
Possible to sort via two time stamps and display same row twice
I'm looking at creating a time table solution.
I have a task sheet that looks like
Area 1 item 1 startTime endTime
Area 1 item1 startTime endTime
I wish to create a display where I can view ...
0
votes
2answers
2k views
Creating a timetable using PHP
I am going to create a little app using PHP that acts as a timetable. I am going to have it going from 9.00am to 5.00pm and through monday to friday.
I am still deciding how i want the timetable to ...
0
votes
2answers
251 views
Have a dual-timetable system
I am trying to do a dual-timetable system thing.
Basically, it's for a school project, and some schools have week 1 and week 2 systems.
The way this works is through alternating each week, so at ...
-1
votes
1answer
308 views
Representing a timetable in a database
I want to represent a timetable on a mysql database.
I had the idea that i should have three tables:
1.a classdetails table- containing class capacity, classroom name e.t.c
2.a class_sessions table ...
-2
votes
1answer
79 views
How about using PHP for a web based course timetabling? [closed]
I am thinking of using PHP to create a web based course scheduling application. Is PHP a good choice of language for a web application of this type?
-2
votes
2answers
290 views
Simple School Timetable Algorithm
Is there a possible algorithm for a very simple school timetable, just for 4 grades? The main problem is that there are 1 hour periods and 40 min ones also, and certain subjects have to be placed ...