harsh020 / harsh020/conduit-java

Segregate `Base` model into respective entities.

Open
#1 0 comments 0 reactions 0 assignees View on GitHub
enhancement hacktoberfest
Dominant language
Java
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

**Description**
Currently we have just one `Base` class which is inherited by all out models. It contains functionalities common to all class, such as, `Id`, `creation`, `modification` etc.
Now, instead of it we would want to decouple the entire `Base` and segregate it into individual models, such as
- `TimeStampedModel`: For `creation` and `modified`.
- `IdModel`: For `Id`.
..etc.

**File to change**: [Base.java](https://github.com/harsh020/conduit-java/blob/master/src/main/java/com/example/conduit/base/Base.java)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.