I'd like to construct a device which records times using Arduino RFID Raspberry Pi, and whatever else I need to accomplish my mission.
I'd like to place an RFID tag near a sensor
->Placing the tag near the sensor starts a timer
->Removing the tag stops the timer
The time elapsed will be recorded into a spreadsheet or wherever. This is just software and will be worked out later.
I'd like multiple sensors, in different locations.
The idea is, a tag stops at different stations for different durations of time.
The end goal is a table something like this

Is this feasible?
Where should I start?