Merged
Conversation
Die Turborepo Konfiguration wurde entfernt. Die Apps frontend und backend bleiben als separate Apps bestehen, bis die Migration auf Payload erfolgt ist
Es gibt jetzt eine weitere App /payload. Hier wird das neue COMDOCK erstellt. Später soll /payload in den Root des Packages verschoben werden.
Added Array fields for branches and previous names
Das Favicon für das Website-Icon und das Header-Logo wurde aktualisiert. Eine Version in der Primary-Color (teal-800) wird als Website-Icon verwendet und eine Version in weiß wird als Website Logo im Header (on primary) verwendet. Das Website-Logo wurde zur Verwendung in TSX in eine Komponente (Logo) überführt.
Add shadcn components and basic DOM
Das Projekt nutzt im Frontend nun die Local API mit gePayload() statt der Payload SDK.
…f payload richtext responses
… into payload-main
- Die Ordnungszahlen wurden aus den Row-Option Bezeichnungen entfernt - Der Summary Hook wurde an die Row-Options angepasst - outdated_publication wurde zu outdated_by umbenannt und mit Aufgehoben durch bezeichnet. Ein Eintrag in diesem Feld sagt nun aus, das die Information durch eine andere Publikation aufgehoben wurde - Es gibt jetzt auch mentioned_persons, damit die betreffenden Publikationen unter /persons verlinkt werden können
Wenn eine Information aus publication_data nicht mehr aktuell sind, wird die Information rot und durchgestrichen angezeigt. Die nachfolgende Information wird verlinkt.
…o frontend endpoint
- Added field document_createdAt to save when the user has created the document itself. - Showing document_createdAt or createdAt (uploaded) in the ListItem - Showing the document title in the list item with a fallback to the type
- Remove lei_history - set first_registration required
…pes that are readable by nextjs, require item_status
…after creation, only use numeric characters from hr_number for the companyID
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Das neue COMDOCK nutzt Payload CMS mit einem integrierten Next.js Frontend. Der Grundstock steht bereits. Nun müssen die Daten migriert werden, bis dann das alte Frontend und Backend entfernt werden.