paleobot / pbot-dev

Codebase and initial design documents for pbot client
MIT License
2 stars 2 forks source link

We do not timestamp when an account is made #256

Closed aazaff closed 5 months ago

aazaff commented 7 months ago

We currently track when the Person node is created and edited via the standard entered_by system, but we do not explicitly track when a Person node is made into an account.

Seems easy to include an account creation date property for this. As for the existing accounts, we can just backdate them to some arbitrary start date for the project.

NoisyFlowers commented 5 months ago

This is tracked in https://github.com/paleobot/pbot-api/issues/43