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

Foundation laid! #9

Merged
merged 11 commits into from
Nov 14, 2023
Merged

Foundation laid! #9

merged 11 commits into from
Nov 14, 2023

Conversation

Rishabh2804
Copy link
Owner

The base structure for the back end is ready.
From, this point, the repo will diversify to support different environments on different branches.

The major areas for diversification would include:

  • Database service
  • Database hosting platforms [future scope]
  • Server hosting platforms [future scope]
  • Functionalities (of course)

Nomenclature for branches: (main branch would not be affected)
<db-service name>/<branch name> [following general guidelines]
e.g. - main --> mysql/dev --> mysql/setup/docker

For multiple contributors/collaborators, nomenclature would also include their names :
(except dev branch, of course)
<db-service name>/<collaborator name>/<branch name>
e.g. - main --> mysql/dev --> mysql/rish/setup/docker

The nomenclature might be changed, to support diversification based on hosting platforms as well

* Created Task entity and implemented endpoint controller

* Integrated Priority attributed with Task

* Integrated comment association with tasks
* [fix] Task entity and Comment entity to comply with DB.

* [fix] Delete methods working fine.

* [feat] Custom value-based priority input enabled
* [setup] Separate properties for unit tests defined

* Create build.yml

* Create unitTests.yml

* Modified unitTests.yml

* Merged workflows for build and tests

* Cached gradle dependencies

* Seggregated workflows

* Fixed unitTest workflow

* Configured trigger events for workflows
@Rishabh2804 Rishabh2804 added this to the Foundation milestone Nov 14, 2023
@Rishabh2804 Rishabh2804 merged commit 0c13fc9 into main Nov 14, 2023
2 checks passed
@Rishabh2804 Rishabh2804 deleted the dev branch November 14, 2023 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant