PrismLibrary / PrismLibrary/Prism
[Enhancement] Add ability to create Region while navigation to page
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 6.8k
- Forks
- 1.6k
- Avg merge
- 2d 1h
- Merged PRs (30d)
- 1
Description
Summary
If migrating to more of a Region Based architecture it would be beneficial if we could navigate to a Region View and create a ContentPage on the fly as a Region Container loading a specified Region View.
navigationService.NavigateAsync("HomeView?regionName=RootRegion");
Additional Consideration
When navigating it would be beneficial to be able to set the Title and IconSource at the same time.
see #3189
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 tracing the navigationService.NavigateAsync("HomeView?regionName=RootRegion") entry point and review the related discussion in #3189. Determine how navigation to a Region View could create a ContentPage as a Region container, including the requested Title and IconSource values. Done means the navigation scenario works with the specified region and metadata.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100