Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
Arlodotexe pushed 3 commits to main WindowsAppCommunity/WinAppCommunity.Sdk
- Refactor models according to refined API spec Fixes #3 Refactor models to align with the refined API spec. * **Pro... 6ed24aa
- Cleanup collaborator serialization helpers and properties fbf3eca
- Merge pull request #6 from WindowsAppCommunity/Arlodotexe/refactor-models Refactor models according to refined API spec b5e3d65
Arlodotexe closed a pull request on WindowsAppCommunity/WinAppCommunity.Sdk
Refactor models according to refined API spec
Fixes #3 Refactor models to align with the refined API spec. * **Project Model Changes:** - Remove `HeroImage`, `CreatedAt`, and `Icon` properties. - Add `ExtendedDescription` property. - R...Arlodotexe created a comment on a pull request on WindowsAppCommunity/WinAppCommunity.Sdk
Latest changes [fbf3eca](https://github.com/WindowsAppCommunity/WinAppCommunity.Sdk/pull/6/commits/fbf3ecab941725852335edeef23f153a97933236) should allow builds to pass. We can continue with refact...
Arlodotexe pushed 1 commit to Arlodotexe/refactor-models WindowsAppCommunity/WinAppCommunity.Sdk
- Cleanup collaborator serialization helpers and properties fbf3eca
Arlodotexe created a comment on a pull request on WindowsAppCommunity/WinAppCommunity.Sdk
This is largely done. Next steps will be to fix up the UpdateEvents (aligning with the new API surface) so we can compile again.
Arlodotexe opened a pull request on WindowsAppCommunity/WinAppCommunity.Sdk
Refactor models according to refined API spec
Fixes #3 Refactor models to align with the refined API spec. * **Project Model Changes:** - Remove `HeroImage`, `CreatedAt`, and `Icon` properties. - Add `ExtendedDescription` property. - R...Arlodotexe pushed 1 commit to Arlodotexe/refactor-models WindowsAppCommunity/WinAppCommunity.Sdk
- Refactor models according to refined API spec Fixes #3 Refactor models to align with the refined API spec. * **Pro... 6ed24aa
Arlodotexe created a branch on WindowsAppCommunity/WinAppCommunity.Sdk
Arlodotexe/refactor-models - Manage your membership in the Windows App Community.
Arlodotexe closed an issue on WindowsAppCommunity/WinAppCommunity.Sdk
Refactor AppModels Nov 30, 2024
# Background See https://github.com/WindowsAppCommunity/WinAppCommunity.Sdk/issues/2 for background. # Problem The AppModels must be updated according to the refined API spec. # Solution ...Arlodotexe created a comment on an issue on WindowsAppCommunity/WinAppCommunity.Sdk
Done in #5
Arlodotexe pushed 4 commits to main WindowsAppCommunity/WinAppCommunity.Sdk
- Refactor AppModels according to refined API spec Related to #4 Refactor AppModels to align with the refined API spe... 2c4b103
- Checkpoint: Completed lingering AppModel refactor work, created new shared interfaces. 95844e1
- Update .NET SDK version to 9.0.x in CI workflows 5755643
- Merge pull request #5 from WindowsAppCommunity/Arlodotexe/refactor-appmodels Refactor AppModels according to refined... 81806e0
Arlodotexe closed a pull request on WindowsAppCommunity/WinAppCommunity.Sdk
Refactor AppModels according to refined API spec
Related to #4 Refactor AppModels to align with the refined API specification. * Add `IReadOnlyEntity` interface with common properties and events. * Add `IModifiableEntity` interface with common ...Arlodotexe pushed 1 commit to Arlodotexe/refactor-appmodels WindowsAppCommunity/WinAppCommunity.Sdk
- Update .NET SDK version to 9.0.x in CI workflows 5755643
Arlodotexe pushed 1 commit to Arlodotexe/refactor-appmodels WindowsAppCommunity/WinAppCommunity.Sdk
- Checkpoint: Completed lingering AppModel refactor work, created new shared interfaces. 95844e1
Arlodotexe created a comment on an issue on WindowsAppCommunity/WinAppCommunity.Sdk
`Link` needs to be migrated to an AppModel, as it only exists in Models right now.
Arlodotexe created a comment on an issue on WindowsAppCommunity/WinAppCommunity.Sdk
Continuing from [here](https://github.com/WindowsAppCommunity/WinAppCommunity.Sdk/pull/5#issuecomment-2509167852), I've identified a few common interfaces we'll be able to create: - Collections of...
Arlodotexe created a comment on a pull request on WindowsAppCommunity/WinAppCommunity.Sdk
Hit quote before I could finish, still needs: > Create common interfaces (one read-only, one modifiable) for collections of IReadOnlyConnection
Arlodotexe opened a pull request on WindowsAppCommunity/WinAppCommunity.Sdk
Refactor AppModels according to refined API spec
Related to #4 Refactor AppModels to align with the refined API specification. * Add `IReadOnlyEntity` interface with common properties and events. * Add `IModifiableEntity` interface with common ...Arlodotexe pushed 1 commit to Arlodotexe/refactor-appmodels WindowsAppCommunity/WinAppCommunity.Sdk
- Refactor AppModels according to refined API spec Related to #4 Refactor AppModels to align with the refined API spe... 2c4b103
Arlodotexe created a branch on WindowsAppCommunity/WinAppCommunity.Sdk
Arlodotexe/refactor-appmodels - Manage your membership in the Windows App Community.
Arlodotexe opened an issue on WindowsAppCommunity/WinAppCommunity.Sdk
Refactor AppModels Nov 30, 2024
Arlodotexe pushed 1 commit to main WindowsAppCommunity/WinAppCommunity.Sdk
- Checkpoint: Remove migrated code and prepare for refactor 22d9ca1