Status: Draft for review Storage decision: Versions are stored as an append-only JSONB array on the existing identity row — not in separate version tables. See §4. Relationship to the full epic: This is the minimal, shippable slice of the "versioning of the administrative structure and locations" epic. It lands the full effective-dated data model and as-at resolution, but defers all lineage (split, merge, delegation, predecessor/successor), makes no automatic reassignment of users, and never migrates records — a record keeps its original location references for life.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| alert("works") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| openapi: 3.0.0 | |
| info: | |
| title: User API | |
| version: 1.0.0 | |
| description: A simple user API | |
| servers: | |
| - url: https://api.example.com | |
| paths: | |
| /events: | |
| get: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export function useEventAction<P extends DecorateMutationProcedure<any>>( | |
| trpcProcedure: P | |
| ) { | |
| const eventConfigurations = useEventConfigurations() | |
| const allOptions = { | |
| ...trpcProcedure.mutationOptions(), | |
| ...queryClient.getMutationDefaults(trpcProcedure.mutationKey()) | |
| } |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [core] | |
| quotepath = false | |
| whitespace=fix,-indent-with-non-tab,trailing-space,cr-at-eol | |
| [color] | |
| ui = true | |
| [color "branch"] | |
| current = yellow black | |
| local = yellow |
Keep the number of repositories as small as possible.
You can easily start with just one repository and move some code to another when needed. This is to make your life within the project as easy as possible.
As most increments require changes both in the API and the UI, it makes sense to treat them as one
https://ieeexplore-ieee-org.libproxy.tuni.fi/stamp/stamp.jsp?tp=&arnumber=6608681 https://trepo.tuni.fi/bitstream/handle/123456789/27254/vepsa.pdf?sequence=4&isAllowed=y https://ieeexplore-ieee-org.libproxy.tuni.fi/stamp/stamp.jsp?tp=&arnumber=6336722&tag=1 https://ieeexplore-ieee-org.libproxy.tuni.fi/stamp/stamp.jsp?tp=&arnumber=6055661
NewerOlder