You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This is the 1st commit message:
feat(snowflake): extend Entity class to support snowflakes
RFC: extending the Entity class to support snoflake IDs automagically
Good ides - yes / no?
Benefits:
- every entity that supports snowflake IDs can automagically handle them by implementing the `SnowflakeAwareEntity` instead of the regular `Entity`
- No adding IGenerator / IDecoder in every entity class
- centralised method support for `createdAt`, `setId`, and anything else we would like to offer separately
- get entire decoded snowflake id from the entity
Drawbacks:
- Will it work the way I think it should?
Signed-off-by: Anna Larch <[email protected]>
# The commit message #2 will be skipped:
# fixup! feat(snowflake): extend Entity class to support snowflakes
# The commit message #3 will be skipped:
# fixup! feat(snowflake): extend Entity class to support snowflakes
# The commit message #4 will be skipped:
# fixup! feat(snowflake): extend Entity class to support snowflakes
# The commit message #5 will be skipped:
# fixup! feat(snowflake): extend Entity class to support snowflakes
# The commit message #6 will be skipped:
# fixup! feat(snowflake): extend Entity class to support snowflakes
# The commit message #7 will be skipped:
# fixup! feat(snowflake): extend Entity class to support snowflakes
# The commit message #8 will be skipped:
# fixup! feat(snowflake): extend Entity class to support snowflakes
# The commit message #9 will be skipped:
# fixup! feat(snowflake): extend Entity class to support snowflakes
# The commit message #10 will be skipped:
# fixup! feat(snowflake): extend Entity class to support snowflakes
# The commit message #11 will be skipped:
# fixup! feat(snowflake): extend Entity class to support snowflakes
# The commit message #12 will be skipped:
# fixup! feat(snowflake): extend Entity class to support snowflakes
# The commit message #13 will be skipped:
# fixup! feat(snowflake): extend Entity class to support snowflakes
# The commit message #14 will be skipped:
# fixup! feat(snowflake): extend Entity class to support snowflakes
# The commit message #15 will be skipped:
# fixup! feat(snowflake): extend Entity class to support snowflakes
# The commit message #16 will be skipped:
# fixup! feat(snowflake): extend Entity class to support snowflakes
0 commit comments