Ok, let's come back to the initial design:
page 2.
I think the database part of the project should be very end-user side. So that you have the following layout:
Member listThere's a blank window (maybe with a greyed out JO logo on the background) and a writing in center promts for a member name.
You can input ID, First name, Last name or First/last name together. Everything which is found from this query will be open in a short list, so you can select the correct one to watch/modify. If you type nothing, it outputs the whole list, separated in pages. The search result also contains a search window for additional search.
[I think that at this point of time advanced search (by some particular event/data piece, etc.) is not necessary... Or we also might design it too?]
In the search results there is also a button which leads to the member creation page.
Member creation pageThere you only have to input SQL statements in a very straightforward way. In the end, you can:
* Save result - inputs everything to the database, outputs the member page.
* Discard changes - outputs the member page without saving.
* Clear - cancels member creation/modification, starting a new one.
On the member page There is a button list which permits you to:
* Add event;
* Modify/delete existing event;
* Modify/delete member info (in a separate window)
Event creation pageSimilar to the member creation page. Analog functionality.
Relationship can be defined in both event creation page (x takes y as his padawan) and member creation page (Please, input known master/s separating them by commas). The relationship created in the member creation page also creates an event with the blank additional info. [/u]
Coming to think again about events, we actually have to think better about them. Actual event table might not satisfy the needs.
As for now, I would define the event table as follows:
* MemberID - primary key
* EventID - primary key
* Type - variable list. On the type actually depends the following input treatment and data registration. Maybe subtables are more suitable? In that case you might actually put the type as the question: what kind of event is that, then redirect to the appropriate tables.
Ok, I'll think better about the event database and let you know. Tell me if what I exposed here is what you actually wanted to hear
