Hi everyone!
I am currently checking out Airtable to see if it can replace a number of tools currently used for a construction Company.
Right now I am trying to build a Report tool, using the Interface designer.
There are the following tables involved:
- User: The worker of the Report
- Project: The Project of the Report
- Report: The Report itself -> New one is generated
- Performed tasks: Things that have been done, always linked to Person/Project/date & include length in Hous + notes etc -> multiple new ones are generated
- Activity of the performed task: One Activity from a database of all the tasks that can be done. Linked into "Performed task"
Now the Activity of the Performed task is nested in the Performed task. I set it up like this so that you have your database with Activities and then in the report, a performed task contains the activity + how log, who, where etc.
This way you can get a good overview over who did what when, how long etc.
To give an example: The Activity of the performed task might be "unload transporter".
The performed task would have this info: Activity=unload transporter, Report=R-0121, hours=3, notes=heavy rain, took longer than expected.
I already set up the database and linked everything, no problems here.
But I am struggling to get the Interface right. What I want to do is this:
1. Enter data for new report: Select date, user, project (works)
2. Add Performed tasks to the report: Basically I want to nest the Form to create a new performed task where I can then choose the activity of the performed task + type in how long it has been performed, notes etc.
The Report should automatically be the same as the report i just created.
And I need to be able to add multiple performed tasks to the report.
So basically I need a Form that has nested forms for the linked entries (performed tasks) of my main entry (report). Hope this is somewhat understandable.
Now I just trying to figure this out myself but I though I'd ask you guys too... Is this even possible or should I just hire a Programmer to build a custom interface and get the data into Airtable via API?
Or is there maybe a different option altogether that I am not seeing?
Any helps, tips, ideas would be greatly appreciated. If things are unclear, let me know.
Cheers
4N
edit: I guess one problem is that I want to link the performed tasks to the report i am currently creating. So basically i'd have to create the report itself before i could even link the tasks to it but that would make for a very poor user experience šš