I have a requirement to create a class structure, i.e. a training class.
A class has the following properties:
Date
Title
Start Time
Finish Time
Type
Status
Signup Available (bool)
Spots Available (int)
Registered Users
A class type has the following properties
Title
Cost
Teacher
Skill
Description
The status is a list of available options, i.e. Available, Full, Part One etc.
The skill is a list of available options, i.e. Beginner, Intermediate etc.
In terms of creation, the first thing would be to create all the class types, then would come creating a class on a date, of a particular type etc.
I'm trying to determine the best way to store the list data, and storing registered users. For the latter, I have read up a bit on the relationship api which might work for that.
Creating a class structure
I have a requirement to create a class structure, i.e. a training class.
A class has the following properties:
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.