Tracking the time connection exists
-
Hello,
I would like to ask for some directions on how to track the time for which the connection between post types exists.My app has Projects, and a User can be associated with a Project. When this happens I want to have lets say StartDate of the current connection. If the User disconnects from the Project I want to have EndDate for the end of the connection.
Some time after the connection between the User and the Project has ended it can renew, again with StartDate and EndDate.
My idea is when I’m on the Project page to display something like:
User has been on this Project from [StartDate] to [EndDate];
User has been on this Project from [StartDate] to [EndDate];
etc..Each connection must be completely new to my app. It shouldnt reuse old records from the database but always set up new record for the current connection.
Is there a way to accomplish this with this plugin. I’ve been playing around with it for a while and I really like it.
- The topic ‘Tracking the time connection exists’ is closed to new replies.