Looking for recommendations to structure app data

Hi there,

I’m just getting started and i’m looking for some recommendations to get me pointed in the right direction.

I’m building an app for a multi-point inspection. Each inspection has a unique job number. each inspection has 175 different data points that are broken out into 12 sections.

I want to be able to attach all of the information to the job number so I could reference it later on.

Would I create “Job Number” as a data type, then create 175 fields or is there a better way to go about it? Possibly break them out into sections (if so, how?)

thanks in advance!