Migrate to Kotlin 2.0.0 and toversion-catalog from buildSrc. #39
Merged
pushpalroy merged 12 commits intopushpalroy:masterfrom Sep 1, 2024
Merged
Migrate to Kotlin 2.0.0 and toversion-catalog from buildSrc. #39pushpalroy merged 12 commits intopushpalroy:masterfrom
2.0.0 and toversion-catalog from buildSrc. #39pushpalroy merged 12 commits intopushpalroy:masterfrom
Conversation
Migrated to version catalog from BuildSrc
Multi Window setup using new Scaffold API's
* added : Database source * added : BoardListCardLabelEntity relation model * fix: KSP Compile time issues. * feat: Add Board implemented * fix: ListDetail Scaffold for CardDetailScreen * insert: Card to DB base. * insert: List to DB base. * remove: Static data from Dashboard Screen. * remove: Static data from TaskboardScreen. * fix: DB Relationship with List and Card entities
* add: Passing BoardId btw navGraphs * fix: Update Card details functionality * add: Dialog for updating the List title. * fix: Create Card Flow with selected boardId and Listid * random Images Cover for boards.
Owner
|
@nikeight Thanks for this amazing PR! Huge changes. 🙌🏻 |
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.
This is a huge PR, with lots of changes. Here is the list of things that are being migrated or changed.
2.0.0version-catalogfrombuildSrcbuildSrcmodule and nowversion-catalogis used via different modulesSuiteScaffoldandWindowClassAPI and removing theTwo-PaneAPI for each major screens.Boards<-->Lists<-->CardSharing the working video clip for reference.
This Video showcase of adding a Card from the outside of the board, the card ask for the Board and the List from the user.
And Once added it start reflecting in the board.
Trello.Clone.-.New.Card.mov
Due to upload limitation, I can't upload large videos, which cover more working features across different screens.
P.S: I have left some Todo's that I will be covering in the Future PR.
Lots of clean up is required to make the code base clean, will be working on this as well with each increasing features.
I will appreciate it a lot, if you can review and provide me suggestion, Will be more than happy to implement your suggestions and ideas.