Skip to content

Commit 6f334fe

Browse files
authored
doc: mention alan PR in ADR
[ci skip]
1 parent d3a6039 commit 6f334fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/adr/0005-refactor-state-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ For API Platform 3, we refactored the whole metadata susbsytem to be more flexib
3030
This led to the refactoring of the two main interfaces allowing to plug a data source in API Platform: the state provider and the state processor interfaces.
3131

3232
Leveraging these new interfaces, it should be possible to simplify the code base and to remove most code duplication by transforming most of the code currently
33-
stored in the kernel event listeners and in the GraphQL resolvers in dedicated state processors and state providers.
33+
stored in the kernel event listeners and in the GraphQL resolvers in dedicated state processors and state providers. This is quite close to what @alanpoulain proposed in 2019 at https://github.com/api-platform/core/pull/2978 although at that time we needed to refactor the subresource system before tackling this issue.
3434

3535
## Decision Outcome
3636

0 commit comments

Comments
 (0)