infinitered / infinitered/bluepotion
on_load eh?
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 74
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
So BP Template has an [`on_load`](https://github.com/infinitered/bluepotion-template) in the Application a lot like we have [`on_load` in RedPotion](https://github.com/infinitered/redpotion-template/blob/master/files/app/app_delegate.rb), but it's not really wired up in to ever happen!
This can cause some confusion/issues.
We should support both `on_create` and `on_load`
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing the Application lifecycle in BluePotion with the linked BP Template and RedPotion template, especially RedPotion's app/app_delegate.rb. Trace how on_create is currently handled and identify where on_load should be wired. Done means both on_create and on_load are supported consistently with the referenced templates.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100