Hello there!.
A little back story: I work at a factory where each part being assembled stops at certain ‘sections’ for assembly, and I would like to create a Factorio type of game/dashboard for our team that shows on what part of the line each part is.
The thing is… I have no idea from where to start!, looking at the Phaser3 docs I can imagine a million ways of doing this, but I am really lost at the big amout of information (and that I am a begginner using this framework).
So, could you help a random internet guy out and give some ideas from where to start? I have a background on programming, so i you speak code, I think I can understand 
Thank you and happy holidays!
edit 2019-01-03: Uploaded a screenshot of what I have in mind
Each unit travels in a predefined path, what I have in mind is that if a unit needs to be in a certain station (Assembly, Test, Packing, Shipout), the unit can dissappear or maybe be inside the station area.
Many units can be inside a certain station at a given point in time, so instead of having multiple sprites being drawn at the same time, I would create some sort of menu that will appear when clicking a station and showing all the units that are on that specific station.
The main user interaction will be limited to only see the information that the system is generating (after all, this is a dashboard), maybe a little camera movement if the “map” is to big to scroll on the PC or phone.
The items and information about their status are created via ajax calls to our API that outputs all needed information.
