Adding Push Notifications to Roadmap (#933)
* Adding Push Notifications to roadmap * Updating road map to add push * Fixed typo * Added push to README.md * Moved Push Notifications to be aboved windowing. Added to push to the right README
This commit is contained in:
Родитель
864063555e
Коммит
d378065e32
|
@ -28,8 +28,8 @@ Here's a snippet of what we intend to deliver in 2021 *(times/features/releases
|
|||
|
||||
App type | Reunion 0.5 | Reunion 0.8 (Q2 2021) | Reunion 1.0 (Q4 2021) |
|
||||
-- | ------------------------------- | --------------------------------- | ------------------------------- |
|
||||
[Packaged MSIX](https://docs.microsoft.com/windows/msix/overview) desktop apps<br>(WPF, Win32, WinForms, console) | ✅ [WinUI 3](https://github.com/microsoft/microsoft-ui-xaml/blob/master/docs/roadmap.md#winui-3)<br>✅ [Text rendering](https://docs.microsoft.com/windows/apps/project-reunion/dwritecore)<br>✅ [Localization](https://docs.microsoft.com/windows/apps/project-reunion/mrtcore/mrtcore-overview) | ✅ [WinUI 3](https://github.com/microsoft/microsoft-ui-xaml/blob/master/docs/roadmap.md#winui-3)<br>✅ [Text rendering](https://docs.microsoft.com/windows/apps/project-reunion/dwritecore)<br>✅ [Localization](https://docs.microsoft.com/windows/apps/project-reunion/mrtcore/mrtcore-overview)<br>🔄 [App lifecycle](https://github.com/microsoft/ProjectReunion/issues/111) | ✅ [WinUI 3](https://github.com/microsoft/microsoft-ui-xaml/blob/master/docs/roadmap.md#winui-3)<br>✅ [Text rendering](https://github.com/microsoft/ProjectReunion/issues/112)<br>✅ [Localization](https://docs.microsoft.com/windows/apps/project-reunion/mrtcore/mrtcore-overview)<br>✅ [App lifecycle](https://github.com/microsoft/ProjectReunion/issues/111) |
|
||||
Unpackaged desktop apps<br>(WPF, Win32, WinForms, console) | ❌ Not supported | 🔄 [Text rendering](https://docs.microsoft.com/windows/apps/project-reunion/dwritecore)<br>🔄 [Localization](https://docs.microsoft.com/windows/apps/project-reunion/mrtcore/mrtcore-overview)<br>🔄 [App lifecycle](https://github.com/microsoft/ProjectReunion/issues/111) | ✅ [WinUI 3](https://github.com/microsoft/microsoft-ui-xaml/blob/master/docs/roadmap.md#winui-3)<br>✅ [Text rendering](https://docs.microsoft.com/windows/apps/project-reunion/dwritecore)<br>✅ [Localization](https://docs.microsoft.com/windows/apps/project-reunion/mrtcore/mrtcore-overview)<br>✅ [App lifecycle](https://github.com/microsoft/ProjectReunion/issues/111) |
|
||||
[Packaged MSIX](https://docs.microsoft.com/windows/msix/overview) desktop apps<br>(WPF, Win32, WinForms, console) | ✅ [WinUI 3](https://github.com/microsoft/microsoft-ui-xaml/blob/master/docs/roadmap.md#winui-3)<br>✅ [Text rendering](https://docs.microsoft.com/windows/apps/project-reunion/dwritecore)<br>✅ [Localization](https://docs.microsoft.com/windows/apps/project-reunion/mrtcore/mrtcore-overview) | ✅ [WinUI 3](https://github.com/microsoft/microsoft-ui-xaml/blob/master/docs/roadmap.md#winui-3)<br>✅ [Text rendering](https://docs.microsoft.com/windows/apps/project-reunion/dwritecore)<br>✅ [Localization](https://docs.microsoft.com/windows/apps/project-reunion/mrtcore/mrtcore-overview)<br>🔄 [App lifecycle](https://github.com/microsoft/ProjectReunion/issues/111) | ✅ [WinUI 3](https://github.com/microsoft/microsoft-ui-xaml/blob/master/docs/roadmap.md#winui-3)<br>✅ [Text rendering](https://github.com/microsoft/ProjectReunion/issues/112)<br>✅ [Localization](https://docs.microsoft.com/windows/apps/project-reunion/mrtcore/mrtcore-overview)<br>✅ [App lifecycle](https://github.com/microsoft/ProjectReunion/issues/111) <br>🔄 [Push Notifications](https://github.com/microsoft/ProjectReunion/issues/334) |
|
||||
Unpackaged desktop apps<br>(WPF, Win32, WinForms, console) | ❌ Not supported | 🔄 [Text rendering](https://docs.microsoft.com/windows/apps/project-reunion/dwritecore)<br>🔄 [Localization](https://docs.microsoft.com/windows/apps/project-reunion/mrtcore/mrtcore-overview)<br>🔄 [App lifecycle](https://github.com/microsoft/ProjectReunion/issues/111) | ✅ [WinUI 3](https://github.com/microsoft/microsoft-ui-xaml/blob/master/docs/roadmap.md#winui-3)<br>✅ [Text rendering](https://docs.microsoft.com/windows/apps/project-reunion/dwritecore)<br>✅ [Localization](https://docs.microsoft.com/windows/apps/project-reunion/mrtcore/mrtcore-overview)<br>✅ [App lifecycle](https://github.com/microsoft/ProjectReunion/issues/111) <br>🔄 [Push Notifications](https://github.com/microsoft/ProjectReunion/issues/334) |
|
||||
|
||||
✅ Supported | 🔄 Preview
|
||||
|
||||
|
|
|
@ -191,8 +191,6 @@ communication, and the Windows Shell Namespace with user consent through brokeri
|
|||
* **[Modern Resource Tooling](https://github.com/microsoft/ProjectReunion/issues/11)**
|
||||
so you can use the power of ResX/ResW in your Win32 applications
|
||||
instead of MUI.
|
||||
|
||||
|
||||
# Future direction
|
||||
We aim to grow Project Reunion to provide a modern, simple, and accessible version of much
|
||||
of the power of the Windows Application Platform. Working in the open with our development
|
||||
|
|
|
@ -19,6 +19,7 @@ As a [packaged MSIX desktop app](https://docs.microsoft.com/windows/msix/overvie
|
|||
[App lifecycle](https://github.com/microsoft/ProjectReunion/issues/111) | ❌ Not Supported | 🔄 Preview | ✅ Supported |
|
||||
[Power state notifications](https://github.com/microsoft/ProjectReunion/issues/111) | ❌ Not Supported | 🔄 Preview | ✅ Supported |
|
||||
Windowing | ❌ Not Supported | ❌ Not Supported | ✅ Supported |
|
||||
[Push Notifications](https://github.com/microsoft/ProjectReunion/blob/main/specs/PushNotifications/PushNotifications-spec.md) | ❌ Not Supported | ❌ Not Supported | 🔄 Preview |
|
||||
Deploy Options: |
|
||||
• In-app | ✅ Supported | ✅ Supported | ✅ Supported |
|
||||
• Fx Package | ✅ Supported | ✅ Supported | ✅ Supported |
|
||||
|
@ -35,6 +36,7 @@ As an unpackaged desktop app (WPF, WinForms, Win32, or console, not using [MSIX]
|
|||
[App lifecycle](https://github.com/microsoft/ProjectReunion/issues/111) | ❌ Not Supported | 🔄 Preview | ✅ Supported |
|
||||
[Power state notifications](https://github.com/microsoft/ProjectReunion/issues/111) | ❌ Not Supported | 🔄 Preview | ✅ Supported |
|
||||
Windowing | ❌ Not Supported | ❌ Not Supported | ✅ Supported |
|
||||
[Push Notifications](https://github.com/microsoft/ProjectReunion/blob/main/specs/PushNotifications/PushNotifications-spec.md) | ❌ Not Supported | ❌ Not Supported | 🔄 Preview |
|
||||
Deploy Options: |
|
||||
• In-app | ❌ Not Supported | 🔄 Preview | ✅ Supported |
|
||||
• Fx Package | ❌ Not Supported | 🔄 Preview | ✅ Supported |
|
||||
|
|
Загрузка…
Ссылка в новой задаче