Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

73 changes: 73 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
name: Bug report
description: Create a report to help us improve
title: "But Title Here"
labels: ["Help", "Bug"]

body:
- type: markdown
attributes:
value: "## Describe the Bug"
- type: textarea
id: bug-description
attributes:
label: "Bug Description"
description: "A clear and concise description of what the bug is"
placeholder: "Detail the bug here. Include what happens."
validations:
required: true

- type: markdown
attributes:
value: "### Environment"
- type: textarea
id: environment
attributes:
label: "Environment Details"
description: "Please complete the following information:"
placeholder: "- OS: [e.g., Linux, Mac, Windows, iOS, Android]\n- Browser: [e.g., Chrome, Safari]\n- Service Version: [e.g., 1.12.0]"
validations:
required: true

- type: markdown
attributes:
value: "## Steps to Reproduce"
- type: textarea
id: reproduce-steps
attributes:
label: "Reproduction Steps"
description: "Steps to reproduce the behavior"
placeholder: "1. Go to '...'\n2. Click on '...'\n3. Scroll down to '...'\n4. See error"
validations:
required: true

- type: markdown
attributes:
value: "## Expected Behavior"
- type: textarea
id: expected-behavior
attributes:
label: "Expected Behavior"
description: "A clear and concise description of what you expected to happen"
placeholder: "Describe what you expected to happen after following the steps above."
validations:
required: true

- type: markdown
attributes:
value: "### Screenshots"
- type: textarea
id: screenshots
attributes:
label: "Upload Screenshots"
description: "If applicable, add screenshots to help explain your problem"
placeholder: "Attach screenshots or drag them here."

- type: markdown
attributes:
value: "#### Additional Context"
- type: textarea
id: additional-context
attributes:
label: "Additional Context (optional)"
description: "Add any other context about the problem here"
placeholder: "Include any other information that might be helpful for diagnosing or fixing the problem."
24 changes: 0 additions & 24 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

49 changes: 49 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
name: Feature Request
description: Suggest an idea for this project
title: "Feature Request Title Here"
labels: ["Enhancement", "Feature", "Request"]

body:
- type: markdown
attributes:
value: "## Problem Related to the Feature Request"
- type: textarea
id: problem-description
attributes:
label: "Problem Description"
description: "Describe the problem that this feature request aims to solve"
placeholder: "Ex. I'm always frustrated when..."
validations:
required: true

- type: markdown
attributes:
value: "### Desired Solution"
- type: textarea
id: desired-solution
attributes:
label: "Solution Description"
description: "A clear and concise description of what you want to happen"
placeholder: "Describe the feature you would like to see implemented"
validations:
required: true

- type: markdown
attributes:
value: "### Alternatives Considered"
- type: textarea
id: alternative-solutions
attributes:
label: "Alternative Solutions"
description: "Describe any alternative solutions or features you've considered"
placeholder: "Detail any alternative solutions you have thought about"

- type: markdown
attributes:
value: "#### Additional Context"
- type: textarea
id: additional-context
attributes:
label: "Additional Context (optional)"
description: "Provide any additional context or screenshots about the feature request"
placeholder: "Include any supplementary information or images that might help illustrate your feature request"
24 changes: 0 additions & 24 deletions .github/ISSUE_TEMPLATE/planned_work.md

This file was deleted.

51 changes: 51 additions & 0 deletions .github/ISSUE_TEMPLATE/planned_work.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
name: Planned Work
description: Documented work that was planned ahead
title: "Planned Work Title Here"
labels: ["Planned", "Enhancement", "Feature"]

body:
- type: markdown
attributes:
value: "## Summary"
- type: textarea
id: summary
attributes:
label: "Provide a brief summary of the planned work"
description: "Summarize the key points of the planned work here"
placeholder: "Implement a new feature to improve user interface scalability…"
validations:
required: true

- type: markdown
attributes:
value: "### Overview"
- type: textarea
id: overview
attributes:
label: "Detailed overview"
description: "Describe in detail how this work should be achieved"
placeholder: "Outline the approach and methods to be used…"
validations:
required: true

- type: markdown
attributes:
value: "### Acceptance Criteria"
- type: textarea
id: acceptance-criteria
attributes:
label: "List the acceptance criteria"
description: "Specify what criteria must be met for this work to be considered complete"
placeholder: "- Criterion 1\n- Criterion 2\n- Criterion 3\n…"
validations:
required: true

- type: markdown
attributes:
value: "#### Additional Notes"
- type: textarea
id: additional-notes
attributes:
label: "Include any additional notes (optional)"
description: "Any other comments or important information not captured above"
placeholder: "Notes on dependencies, possible issues, etc."
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/request_support.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Support Request
description: Request support or ask questions about using the tools
title: "Support Request Title"
labels: ["Help", "Request"]

body:
- type: markdown
attributes:
value: "## Description of the Issue"
- type: textarea
id: issue-description
attributes:
label: "Issue Description"
description: "Provide a detailed description of the issue or question"
placeholder: "Describe what you need help with in as much detail as possible"
validations:
required: true

- type: markdown
attributes:
value: "### What You Have Tried"
- type: textarea
id: tried-solutions
attributes:
label: "Attempted Solutions"
description: "Describe what you have tried so far to resolve the issue"
placeholder: "List the steps you have taken to try to fix the issue on your own"
validations:
required: true
2 changes: 1 addition & 1 deletion .github/workflows/beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
swap-size-gb: 10

- name: Cache dependencies
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
~/.gradle/caches
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
swap-size-gb: 10

- name: Cache dependencies
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
~/.gradle/caches
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
swap-size-gb: 10

- name: Cache dependencies
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
~/.gradle/caches
Expand Down
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"githubPullRequests.ignoredPullRequestBranches": [
"main"
]
}
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020, AppifyHub.com
Copyright (c) 2020, AppifyHub

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

## About the project

This repository contains the **complete** codebase of the [AppifyHub](https://appifyhub.com)'s monolith backend service.
This repository contains the **complete** codebase of the [AppifyHub](https://www.appifyhub.com)'s monolith backend service.

The service covers for the majority of everyday, user-facing features, such as: authentication, user management, email and messaging, access management, and other.

Expand All @@ -23,20 +23,20 @@ See the rest of this document for a developer's overview and information on how

This service runs as an API in two official places:

- [AppifyHub API](https://api.appifyhub.com)
- [_Staging_ AppifyHub API](http://staging.api.appifyhub.com) (no SSL)
- [AppifyHub API](https://api.cloud.appifyhub.com) (Live)
- [_Staging_ AppifyHub API](http://staging.api.cloud.appifyhub.com) (Pre-Live)

The related API docs are located nearby too:

- [API Docs](https://api.appifyhub.com/docs/index.html)
- [_Staging_ API Docs](http://staging.api.appifyhub.com/docs/index.html) (no SSL)
- [API Docs](https://api.cloud.appifyhub.com/docs/index.html) (Live)
- [_Staging_ API Docs](http://staging.api.cloud.appifyhub.com/docs/index.html) (Pre-Live)

The OpenAPI YAMLs are in the same place:

- [OpenAPI YAML for **Creators**](https://api.appifyhub.com/docs/open-api/creator.yaml)
- [OpenAPI YAML for **Consumers**](https://api.appifyhub.com/docs/open-api/consumer.yaml)
- [_Staging_ OpenAPI YAML for **Creators**](http://staging.api.appifyhub.com/docs/open-api/creator.yaml) (no SSL)
- [_Staging_ OpenAPI YAML for **Consumers**](http://staging.api.appifyhub.com/docs/open-api/consumer.yaml) (no SSL)
- [OpenAPI YAML for **Creators**](https://api.cloud.appifyhub.com/docs/open-api/creator.yaml) (Live)
- [OpenAPI YAML for **Consumers**](https://api.cloud.appifyhub.com/docs/open-api/consumer.yaml) (Live)
- [_Staging_ OpenAPI YAML for **Creators**](http://staging.api.cloud.appifyhub.com/docs/open-api/creator.yaml) (Pre-Live)
- [_Staging_ OpenAPI YAML for **Consumers**](http://staging.api.cloud.appifyhub.com/docs/open-api/consumer.yaml) (Pre-Live)

### AppifyHub SDK

Expand All @@ -52,7 +52,7 @@ You can find the SDK and its documentation here:

If you plan on contributing to this project in any way, please read and acknowledge the [Contributing guide](./CONTRIBUTING.md) first.

Please also take note of the [License](./LICENSE) and check the [Project Website](https://appifyhub.com) for general information.
Please also take note of the [License](./LICENSE) and check the [Project Website](https://www.appifyhub.com) for general information.

## Developer's Overview

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
group=com.appifyhub
version=1.2.2
version=1.2.3
artifact=monolith
org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=512m
Loading
Loading