elplatt / seltzer

CRM for hackerspaces
GNU General Public License v3.0
104 stars 51 forks source link

user import enhancements #519

Closed drid closed 9 months ago

drid commented 10 months ago

Added import result messages Duplicate username or email skips entry instead of aborting Relates to #48

chris18890 commented 10 months ago

for the plan creation stuff, it's already the case that the plan will only be created if it doesn't already exist; general recommended workflow is to create/import plans first, then create/import members

chris18890 commented 10 months ago

For this to be merged I'd definitely recommend going to v0.<Y++>.0 (or as per SemVer.org item 7

drid commented 10 months ago

for the plan creation stuff, it's already the case that the plan will only be created if it doesn't already exist; general recommended workflow is to create/import plans first, then create/import members

This feature would skip the row if plan creation is not checked and plan does not exist. I think is useful for typos that may propagate via copy paste. It gives the chance to correct plan names instead of changing them after import one by one