Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Script for finding inactive members, and improvements to the slack client #64

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

maybejustmaybe
Copy link
Contributor

@maybejustmaybe maybejustmaybe commented Mar 13, 2021

We used this functionality to determine who to opt-in to accessing the member hub. Ideally, we can expand on this functionality and periodically mark members as inactive.

@maybejustmaybe maybejustmaybe added the enhancement New feature or request label Mar 13, 2021
@maybejustmaybe maybejustmaybe added this to the Member Experience (V1) milestone Mar 13, 2021
@maybejustmaybe maybejustmaybe self-assigned this Mar 13, 2021
@@ -117,8 +117,7 @@ class MetaBaseModel(BaseModel, abc.ABC):
def get_valid_statuses() -> Set[str]:
...

@pydantic.validator("status", allow_reuse=True)
@pydantic.validator("meta_last_seen_status", allow_reuse=True)
@pydantic.validator("status", "meta_last_seen_status")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NOTE this was a bug that I noticed fixed

@@ -1,50 +1,86 @@
airtable-python-wrapper==0.15.0
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm I think vscode might have installed some more packages for me..

@leifwalsh leifwalsh removed this from the Member Experience (V1) milestone Mar 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants