Chris Roberts

Results 30 issues of Chris Roberts

## **Feature request** GTFS feeds which contain `route_type` values referenced from [Extended GTFS Route Types](https://developers.google.com/transit/gtfs/reference/extended-route-types) , e.g. `700` for a generic bus service, generate a `UnexpectedEnumValueNotice`. **Is your feature request...

enhancement
community rules
status: Needs discussion

Can the consumer API support [offsetsForTimes](https://kafka.apache.org/0101/javadoc/org/apache/kafka/clients/consumer/KafkaConsumer.html#offsetsForTimes(java.util.Map)) in order to start consumption at an offset determined by timestamp?

Sometimes, we might want to record the fact a member has made a donation for some reason - for example they have donated for a specific purpose like time using...

enhancement
definition-required

A periodic job should run which deletes users data where: The user has not logged in for a set retention period (e.g. 1 year) unless The user has an active...

gpdr
definition-required

Some reports (such as the catchment area maps) use user data for things that aren't necessarily directly related to the operation of the system or organisation. Users profiles should have...

gpdr
definition-required

Membership system should be able to act as a single point of authentication for various systems one might want to use in a makerspace. Many systems support LDAP for authentication,...

definition-required

According to GPDR, IP address could be identifiable information. To err on the side of caution, we should anonymise it in the non-sensitive logging.

If you try to call req.log.info with a string instead of an object, it fails ``` TypeError: Cannot set property '_user' of undefined at logAThing (/usr/src/app/src/js/logging.js:88:27) at Object.info (/usr/src/app/src/js/logging.js:112:4) at...

bug

Sometimes database changes are required when upgrading between versions, or to fix issues with the database (e.g. removing case sensitive fields). There should be some way of running this when...

definition-required

There is an bunyan logfile now, it'd be great if some routes would do some helpful logging about what's going on. The logger can be easily accessed in routes using...

enhancement