-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1462 from gtech-mulearn/dev-server
Dev server
- Loading branch information
Showing
23 changed files
with
2,082 additions
and
310 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
VITE_BACKEND_URL= | ||
VITE_FRONTEND_URL= | ||
VITE_DISCORD_INVITE_URL= | ||
VITE_DISCORD_INVITE_URL= | ||
VITE_RAZORPAY_KEY_ID= |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
name: Bug Report | ||
description: Report a bug | ||
labels: ["bug"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Please fill out the sections below to help everyone identify and fix the bug | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Describe your issue | ||
placeholder: When I click here this happens | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: steps | ||
attributes: | ||
label: Steps to reproduce | ||
placeholder: | | ||
1. Go to page X | ||
2. Click here | ||
3. Click there | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expected | ||
attributes: | ||
label: What was the expected result? | ||
placeholder: I expected this to happen | ||
- type: textarea | ||
id: screenshots | ||
attributes: | ||
label: Put here any screenshots or videos (optional) | ||
- type: dropdown | ||
id: assign | ||
attributes: | ||
label: "Would you like to work on this issue?" | ||
options: | ||
- "Yes" | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for reporting this issue! We will get back to you as soon as possible. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
--- | ||
name: Mulearn Frontend | ||
about: MuLearn Community Issues Template | ||
title: "[Mulearn] Button for likes" | ||
labels: MuLearn Community | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Description | ||
[Provide a brief description of the feature, including why it is needed and what it will accomplish. You can skip any of Goals, Expected Outcome, Implementation Details, Mockups / Wireframes if they are irrelevant. Please note that this section of the ticket is suggestive & you can structure it as per your prerogative.] | ||
|
||
## Goals | ||
- [ ] [Goal 1] | ||
- [ ] [Goal 2] | ||
- [ ] [Goal 3] | ||
- [ ] [Goal 4] | ||
- [ ] [Goal 5] | ||
|
||
## Expected Outcome | ||
[Describe in detail what the final product or result should look like and how it should behave.] | ||
|
||
## Acceptance Criteria | ||
- [ ] [Criteria 1] | ||
- [ ] [Criteria 2] | ||
- [ ] [Criteria 3] | ||
- [ ] [Criteria 4] | ||
- [ ] [Criteria 5] | ||
|
||
## Implementation Details | ||
[List any technical details about the proposed implementation, including any specific technologies that will be used.] | ||
|
||
## Mockups / Wireframes | ||
[Include links to any visual aids, mockups, wireframes, or diagrams that help illustrate what the final product should look like. This is not always necessary, but can be very helpful in many cases.] | ||
|
||
--- | ||
[Please note that the below section of the ticket ****has to be in the format as mentioned as it is key to enabling proper listing of the project.**** Please only choose the options mentioned under the headings wherever applicable.] | ||
|
||
### Product Name | ||
[Product Name: For eg: Beckn, Sunbird Obsrv etc] | ||
|
||
|
||
### Project Name | ||
[Project Name: Descriptive of the ticket] | ||
|
||
|
||
### Tech Skills Needed: | ||
[Required technical skills for the project] | ||
|
||
### Mentor(s) | ||
[@Mentor1] [@Mentor2] [@Mentor3] | ||
|
||
### Complexity | ||
Pick one of [High]/[Medium]/[Low] | ||
|
||
### Category | ||
Pick one or more of [CI/CD], [Integrations], [Performance Improvement], [Security], [UI/UX/Design], [Bug], [Feature], [Documentation], [Deployment], [Test], [PoC] | ||
|
||
### Sub Category | ||
Pick one or more of [API], [Database], [Analytics], [Refactoring], [Data Science], [Machine Learning], [Accessibility], [Internationalization], [Localization], [Frontend], [Backend], [Mobile], [SEO], [Configuration], [Deprecation], [Breaking Change], [Maintenance], [Support], [Question], [Technical Debt], [Beginner friendly], [Research], [Reproducible], [Needs Reproduction]. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,202 @@ | ||
name: Mulearn Ticket Form | ||
description: Create a new Ticket for MuLearn Community | ||
title: "[MuLearn Community]: " | ||
labels: ["New Login Page"] | ||
body: | ||
- type: textarea | ||
id: ticket-description | ||
validations: | ||
required: true | ||
attributes: | ||
label: Ticket Contents | ||
value: | | ||
## Description | ||
[Provide a brief description of the feature, including why it is needed and what it will accomplish.] | ||
- type: textarea | ||
id: ticket-goals | ||
validations: | ||
required: true | ||
attributes: | ||
label: Goals | ||
description: List the goals of the feature. | ||
value: | | ||
## Goals | ||
- [ ] Goal 1 | ||
- [ ] Goal 2 | ||
- [ ] Goal 3 | ||
- type: textarea | ||
id: ticket-expected-outcome | ||
attributes: | ||
label: Expected Outcome | ||
description: Describe in detail what the final product or result should look like and how it should behave. | ||
|
||
- type: textarea | ||
id: ticket-acceptance-criteria | ||
attributes: | ||
label: Acceptance Criteria | ||
description: List the acceptance criteria for this feature. | ||
|
||
- type: textarea | ||
id: ticket-implementation-details | ||
validations: | ||
required: true | ||
attributes: | ||
label: Implementation Details | ||
description: List any technical details about the proposed implementation, including any specific technologies that will be used. | ||
|
||
- type: textarea | ||
id: ticket-mockups | ||
attributes: | ||
label: Mockups/Wireframes | ||
description: Include links to any visual aids, mockups, wireframes, or diagrams that help illustrate what the final product should look like. This is not always necessary, but can be very helpful in many cases. | ||
|
||
- type: input | ||
id: ticket-product | ||
attributes: | ||
label: Product Name | ||
placeholder: Enter Product Name | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: ticket-governance-domain | ||
attributes: | ||
label: Domain | ||
placeholder: Enter Area of Governance | ||
|
||
- type: dropdown | ||
id: ticket-technical-skills-required | ||
attributes: | ||
label: Tech Skills Needed | ||
description: Select the technologies needed for this ticket (use Ctrl or Command to select multiple) | ||
multiple: true | ||
options: | ||
- .NET | ||
- Agile | ||
- Angular | ||
- Artificial Intelligence | ||
- ASP.NET | ||
- AWS | ||
- Babel | ||
- Bootstrap | ||
- C# | ||
- Chart.js | ||
- CI/CD | ||
- Computer Vision | ||
- CORS | ||
- cURL | ||
- Cypress | ||
- D3.js | ||
- Database | ||
- Debugging | ||
- Design | ||
- DevOps | ||
- Django | ||
- Docker | ||
- Electron | ||
- ESLint | ||
- Express.js | ||
- Feature | ||
- Flask | ||
- Go | ||
- GraphQL | ||
- HTML | ||
- Ionic | ||
- Jest | ||
- Java | ||
- JavaScript | ||
- Jenkins | ||
- JWT | ||
- Kubernetes | ||
- Laravel | ||
- Machine Learning | ||
- Maintenance | ||
- Material-UI | ||
- Microservices | ||
- MongoDB | ||
- Mobile | ||
- Mockups | ||
- Mocha | ||
- Natural Language Processing | ||
- NestJS | ||
- Node.js | ||
- NUnit | ||
- OAuth | ||
- Performance Improvement | ||
- Prettier | ||
- Python | ||
- Question | ||
- React | ||
- React Native | ||
- Redux | ||
- RESTful APIs | ||
- Ruby | ||
- Ruby on Rails | ||
- Rust | ||
- Scala | ||
- Security | ||
- Selenium | ||
- SEO | ||
- Serverless | ||
- Solidity | ||
- Spring Boot | ||
- SQL | ||
- Swagger | ||
- Tailwind CSS | ||
- Test | ||
- Testing Library | ||
- Three.js | ||
- TypeScript | ||
- UI/UX/Design | ||
- Virtual Reality | ||
- Vue.js | ||
- WebSockets | ||
- Webpack | ||
- Other | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: ticket-mentors | ||
attributes: | ||
label: Mentor(s) | ||
description: Please tag relevant mentors for the ticket | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
id: ticket-complexity | ||
attributes: | ||
label: Complexity | ||
description: Choose a complexity describing the complexity of your ticket | ||
multiple: false | ||
options: | ||
- Low | ||
- Medium | ||
- High | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
id: ticket-category | ||
attributes: | ||
label: Category | ||
description: Choose the categories that best describe your ticket | ||
multiple: true | ||
options: | ||
- API | ||
- Analytics | ||
- Accessibility | ||
- Backend | ||
- Database | ||
- Documentation | ||
- Delpoyment | ||
- Frontend | ||
- Testing | ||
- Other | ||
validations: | ||
required: true | ||
|
||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
name: New feature | ||
description: Suggest or request a new feature | ||
labels: ["enhancement"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Please fill out the sections below to properly describe the new feature you are suggesting. | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Describe the feature | ||
placeholder: A button in the screen X that allows to do Y | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: rationale | ||
attributes: | ||
label: It should be implemented because | ||
placeholder: It will allow to do Y that is needed for Z | ||
- type: textarea | ||
id: context | ||
attributes: | ||
label: Additional context | ||
placeholder: | | ||
Add any other context or screenshots about the feature request here. | ||
- type: dropdown | ||
id: assign | ||
attributes: | ||
label: "Would you like to work on this issue?" | ||
options: | ||
- "Yes" | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for your suggestion! Let's see together if it can be implemented. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
name: Deploy to Vercel | ||
|
||
on: | ||
push: | ||
branches: | ||
- dev-server | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v2 | ||
|
||
- name: Install dependencies | ||
run: npm install | ||
|
||
- name: Build | ||
run: npm run build | ||
|
||
- name: Deploy to Vercel | ||
run: vercel --token ${{ secrets.VERCEL_TOKEN }} --prod |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,3 +24,4 @@ dist-ssr | |
*.sln | ||
*.sw? | ||
*.env | ||
.vercel |
Oops, something went wrong.