Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: split database module to submodules #152

Merged
merged 15 commits into from
Jan 6, 2023

Conversation

yort-feng
Copy link

Submit a pull request for this project.

Why?

use multiple feature modules instead of database module
https://github.com/vikadata/vikadata/issues/2659

What?

split Database module into multiple submodules.

graph TD;
         Database-->Application;
        Actuator-->Application;
        Automation-->Application;
        Fusion-->Application;
        Grpc-->Application;
        User-->Application;;
        Unit-->Application;;
        Developer-->Application;;
        Shared-->Database;
        Shared-->Actuator;
        Shared-->Automation;
        Shared-->Fusion;
        Shared-->Grpc;
        Shared-->User;
        Shared-->Unit;
        Shared-->Developer;
        Attachment-->Database;
        Dashboard-->Database;
        Datasheet-->Database;
        Form-->Database;
        Mirror-->Database;
        Resource-->Database;
        Shared-->Attachment;
        Shared-->Dashboard;
        Shared-->Datasheet;
        Shared-->Form;
        Shared-->Mirror;
        Shared-->Resource;
Loading

How?

  • split Database module into multiple submodules, such as attachment module, dashboard module, datasheet module, etc.

@CLAassistant
Copy link

CLAassistant commented Jan 6, 2023

CLA assistant check
All committers have signed the CLA.

@yort-feng yort-feng marked this pull request as draft January 6, 2023 04:21
@yort-feng yort-feng marked this pull request as ready for review January 6, 2023 07:53
@yort-feng yort-feng merged commit f1c0db3 into develop Jan 6, 2023
@yort-feng yort-feng deleted the refactor/split-database-module-to-submodules branch January 6, 2023 09:28
arucil pushed a commit that referenced this pull request Feb 3, 2023
Submit a pull request for this project.

<!-- If you have an Issue that related to this Pull Request, you can
copy this Issue's description -->

# Why? 
<!-- 
> Related to which issue?
> Why we need this pull request?
> What is the user story for this pull request? 
-->
use multiple feature modules instead of database module
https://github.com/vikadata/vikadata/issues/2659

# What?
<!-- 
> Can you describe this feature in detail?
> Who can benefit from it? 
-->
split Database module into multiple submodules.

```mermaid
graph TD;
         Database-->Application;
        Actuator-->Application;
        Automation-->Application;
        Fusion-->Application;
        Grpc-->Application;
        User-->Application;;
        Unit-->Application;;
        Developer-->Application;;
        Shared-->Database;
        Shared-->Actuator;
        Shared-->Automation;
        Shared-->Fusion;
        Shared-->Grpc;
        Shared-->User;
        Shared-->Unit;
        Shared-->Developer;
        Attachment-->Database;
        Dashboard-->Database;
        Datasheet-->Database;
        Form-->Database;
        Mirror-->Database;
        Resource-->Database;
        Shared-->Attachment;
        Shared-->Dashboard;
        Shared-->Datasheet;
        Shared-->Form;
        Shared-->Mirror;
        Shared-->Resource;
```

# How?
<!-- 
> Do you have a simple description of how this pull request is
implemented?
-->
- [x] split Database module into multiple submodules, such as attachment
module, dashboard module, datasheet module, etc.
wumanho pushed a commit to wumanho/apitable that referenced this pull request Feb 6, 2023
Submit a pull request for this project.

<!-- If you have an Issue that related to this Pull Request, you can
copy this Issue's description -->

# Why? 
<!-- 
> Related to which issue?
> Why we need this pull request?
> What is the user story for this pull request? 
-->
use multiple feature modules instead of database module
https://github.com/vikadata/vikadata/issues/2659

# What?
<!-- 
> Can you describe this feature in detail?
> Who can benefit from it? 
-->
split Database module into multiple submodules.

```mermaid
graph TD;
         Database-->Application;
        Actuator-->Application;
        Automation-->Application;
        Fusion-->Application;
        Grpc-->Application;
        User-->Application;;
        Unit-->Application;;
        Developer-->Application;;
        Shared-->Database;
        Shared-->Actuator;
        Shared-->Automation;
        Shared-->Fusion;
        Shared-->Grpc;
        Shared-->User;
        Shared-->Unit;
        Shared-->Developer;
        Attachment-->Database;
        Dashboard-->Database;
        Datasheet-->Database;
        Form-->Database;
        Mirror-->Database;
        Resource-->Database;
        Shared-->Attachment;
        Shared-->Dashboard;
        Shared-->Datasheet;
        Shared-->Form;
        Shared-->Mirror;
        Shared-->Resource;
```

# How?
<!-- 
> Do you have a simple description of how this pull request is
implemented?
-->
- [x] split Database module into multiple submodules, such as attachment
module, dashboard module, datasheet module, etc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants