Best practice forum (Archived)

Importing function for course scheduling.

 
SatarNurhaisyam
Importing function for course scheduling.
SatarNurhaisyam 发表于 2011年03月30日 Wednesday 22:55
 

Hi all,

 

Is there any function to import scheduling for the course? let say from ms project file or other formats? We used scheduling software to prepare the schedule and it would be great if there is any import function available.

 

Thanks.

Craig Eves
Re: Importing function for course scheduling.
Eves (Totara Support)Craig 发表于 2011年03月31日 Thursday 13:26
小组 Totara

Hi Hazmy

There is currently no built in function to import scheduling for courses that I can see.

The closest I could find was the ability to copy Face to Face sessions and selecting Add a new date. If this new date could be imported from the scheduling software then this would work and it may not be that complex to add this functionality.

There are some bulk import scripts for user information on the feature request list but I can't see any for course scheduling importing.

Do you use the scheduling for scheduling just face to face to courses or other courses as well.

Craig

SatarNurhaisyam
Re: Importing function for course scheduling.
SatarNurhaisyam 发表于 2011年04月4日 Monday 19:58
 

We used scheduling for face to face and courses as there are a lot of schedules that need to be enter one by one.

 

This is actually a nice feature to have :).

SatarNurhaisyam
Re: Importing function for course scheduling.
SatarNurhaisyam 发表于 2011年04月6日 Wednesday 23:28
 

can anyone guide me, if i need to add importing function for courses and face to face, what database tables that i need to look for?

CogginsSimon
Re: Importing function for course scheduling.
CogginsSimon 发表于 2011年04月11日 Monday 16:33
小组 Totara

For importing into face to face, the main tables of interest are:

Table Purpose
facetoface One entry per facetoface activity
facetoface_sessions One entry per session
facetoface_sessions_dates One entry per session date (for sessions that span multiple dates)
facetoface_signups One entry per user per session
facetoface_signups_status Stores the current and past sign up statuses

Courses are a bit more complicated, you might be better off creating an empty course and restoring it from a backup.

Simon