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

Efficient Object Parsing: Redis-Based Global Object Management for Model ID-Independent Operations #176

Open
giangbimin opened this issue Feb 8, 2024 · 0 comments

Comments

@giangbimin
Copy link

giangbimin commented Feb 8, 2024

My Use Case

  • Recently, I created a multi-step form for a form object, employing turbo rendering step by step, and storing the state of the form object throughout the steps.

  • I also want to parse form object to sidekiq job

My Ideas

  • How about parsing objects without a model ID? One idea is to create a global object that isn't dependent on Active Record or a database; instead, it would be stored in Redis cache and revalidated if necessary.
  • This approach could be useful for scenarios such as managing many form objects or multi-step forms.
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

No branches or pull requests

1 participant