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

Save brainstormings in local storage #520

Merged
merged 22 commits into from
Dec 18, 2024

Conversation

JannikStreek
Copy link
Member

@JannikStreek JannikStreek commented Dec 17, 2024

Further Notes

  • Refactor landing page as live view which greatly reduces the need for javascript usage
  • Check validity of stored brainstormings
  • Check imprint/data protection
  • Add tests

closes #515

@JannikStreek JannikStreek changed the title WIP save brainstormings in local storage Save brainstormings in local storage Dec 17, 2024
@JannikStreek JannikStreek enabled auto-merge (squash) December 18, 2024 21:36
@JannikStreek JannikStreek merged commit 21d1680 into master Dec 18, 2024
8 checks passed
@JannikStreek JannikStreek deleted the add-local-storage-brainstormings branch December 18, 2024 22:00
The Permissions context.
"""
def has_moderating_permission(brainstorming, current_user) when current_user != nil do
Enum.member?(current_user.moderated_brainstormings |> Enum.map(& &1.id), brainstorming.id)
Copy link
Collaborator

Choose a reason for hiding this comment

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

I wrote a small essay on this, but this is the "single pipe" which is discouraged: rrrene/credo#221

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

Successfully merging this pull request may close these issues.

Chore: Save created mind maps in local storage
2 participants