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

Add daily check-ins and Slack integration #2832

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

DonnieBLT
Copy link
Collaborator

@DonnieBLT DonnieBLT commented Oct 26, 2024

Related to #2831


For more details, open the Copilot Workspace session.

user_profile = UserProfile.objects.get(user=user)
user_profile.slack_token = slack_token
user_profile.save()
messages.success(request, "Slack token saved successfully.")
Copy link
Contributor

Choose a reason for hiding this comment

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

We can redirect here to avoid resubmission when the user refreshes the page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

Successfully merging this pull request may close these issues.

2 participants