forked from credebl/platform
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'credebl:main' into main
- Loading branch information
Showing
175 changed files
with
8,817 additions
and
2,820 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,15 +1,26 @@ | ||
MODE=DEV | ||
|
||
|
||
SUPABASE_URL= // Please specify your Supabase Url | ||
SUPABASE_URL= // Please specify your Supabase URL | ||
SUPABASE_KEY= // Please specify your Supabase Anon key | ||
SUPABASE_JWT_SECRET= // Please specify your Supabase jwt secret | ||
|
||
API_GATEWAY_PROTOCOL=http | ||
API_GATEWAY_HOST='0.0.0.0' | ||
API_GATEWAY_PORT=5000 | ||
|
||
PLATFORM_NAME=CREDEBL | ||
## | ||
PLATFORM_NAME= // Please specify your paltform name | ||
PUBLIC_PLATFORM_SUPPORT_EMAIL= // Please specify your support email | ||
POWERED_BY= // Please specify your powered by org name | ||
PLATFORM_WEB_URL= // Please specify your platform web URL | ||
POWERED_BY_URL= // Please specify your support URL | ||
|
||
PUBLIC_LOCALHOST_URL= // Please specify your localhost URL | ||
PUBLIC_DEV_API_URL= // Please specify your DEV environment api URL | ||
PUBLIC_QA_API_URL= // Please specify your your QA environment api URL | ||
PUBLIC_PRODUCTION_API_URL= // Please specify your PRODUCTION environment api URL | ||
PUBLIC_SANDBOX_API_URL= // Please specify your sandbox environment URL | ||
|
||
|
||
AGENT_HOST=[email protected] // Please specify your agent host VM and IP address | ||
AWS_ACCOUNT_ID=xxxxx // Please provide your AWS account Id | ||
|
@@ -47,8 +58,8 @@ PLATFORM_SEED= // The seed should consist of 32 characters. | |
PLATFORM_ID= | ||
|
||
AFJ_AGENT_ENDPOINT_PATH=/apps/agent-provisioning/AFJ/endpoints/ | ||
DATABASE_URL="postgresql://postgres:xxxxxx@localhost:5432/postgres?schema=public" #Provide supabase postgres url and Use the correct user/pwd, IP Address | ||
POOL_DATABASE_URL="" #Provide pooler supabase postgres url | ||
DATABASE_URL="postgresql://postgres:xxxxxx@localhost:5432/postgres?schema=public" #Provide supabase postgres URL and Use the correct user/pwd, IP Address | ||
POOL_DATABASE_URL="" #Provide pooler supabase postgres URL | ||
CLUSTER_NAME="" # ecs cluster | ||
TESKDEFINITION_FAMILY="" # ecs task-definition | ||
AGENT_PROTOCOL=http | ||
|
@@ -68,4 +79,11 @@ export DEBUG="prisma:engine" | |
export DEBUG="prisma:client" | ||
|
||
# enable both prisma-client- and engine-level debugging output | ||
export DEBUG="prisma:client,prisma:engine" | ||
export DEBUG="prisma:client,prisma:engine" | ||
|
||
KEYCLOAK_DOMAIN=http://localhost:8080/ | ||
KEYCLOAK_ADMIN_URL=http://localhost:8080 | ||
KEYCLOAK_MASTER_REALM=xxxxxxx | ||
KEYCLOAK_MANAGEMENT_CLIENT_ID=xxxxxxx | ||
KEYCLOAK_MANAGEMENT_CLIENT_SECRET=xxxxxxx | ||
KEYCLOAK_REALM=xxxxxxx |
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,264 @@ | ||
name: DMP 2024 Project Template | ||
description: List a new project for Dedicated Mentoring Program (DMP) 2024 | ||
title: '[DMP 2024]: ' | ||
labels: ['DMP 2024'] | ||
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 & Mid-Point Milestone | ||
description: List the goals of the feature. Please add the goals that must be achieved by Mid-point check-in i.e 1.5 months into the coding period. | ||
value: | | ||
## Goals | ||
- [ ] [Goal 1] | ||
- [ ] [Goal 2] | ||
- [ ] [Goal 3] | ||
- [ ] [Goal 4] | ||
- [ ] [Goals Achieved By Mid-point Milestone] | ||
- type: textarea | ||
id: ticket-setup | ||
attributes: | ||
label: Setup/Installation | ||
description: Please list or link setup or installation guide (if any) | ||
|
||
- 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: dropdown | ||
id: ticket-organisation | ||
attributes: | ||
label: Organisation Name | ||
description: Enter Organisation Name | ||
multiple: false | ||
options: | ||
- Bandhu | ||
- Blockster Labs (CREDEBL) | ||
- Civis | ||
- Dhwani | ||
- Dhiway | ||
- EGov | ||
- EkShop Marketplace | ||
- FIDE | ||
- If Me | ||
- Key Education Foundation | ||
- Norwegian Meteorological Institute | ||
- Planet Read | ||
- Project Second Chance | ||
- Reap Benefit | ||
- SamagraX | ||
- ShikshaLokam | ||
- Tech4Dev | ||
- Tekdi | ||
- The Mifos Initiative | ||
- Tibil | ||
- Ushahidi | ||
- Arghyam | ||
- Piramal Swasthya Management Research Institute | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
id: ticket-governance-domain | ||
attributes: | ||
label: Domain | ||
options: | ||
- Healthcare | ||
- Education | ||
- Financial Inclusion | ||
- Livelihoods | ||
- Skilling | ||
- Learning & Development | ||
- Agriculture | ||
- Service Delivery | ||
- Open Source Library | ||
- Water | ||
- Identity & Digital Credentialing | ||
validations: | ||
required: true | ||
|
||
- 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 | ||
- Angular | ||
- Artificial Intelligence | ||
- ASP.NET | ||
- Astro.js | ||
- AWS | ||
- Babel | ||
- Bootstrap | ||
- C# | ||
- Chart.js | ||
- CI/CD | ||
- Computer Vision | ||
- CORS | ||
- cURL | ||
- Cypress | ||
- D3.js | ||
- Database | ||
- Debugging | ||
- Deno | ||
- Design | ||
- DevOps | ||
- Django | ||
- Docker | ||
- Electron | ||
- ESLint | ||
- Express.js | ||
- Feature | ||
- Flask | ||
- Go | ||
- GraphQL | ||
- HTML | ||
- Ionic | ||
- Jest | ||
- Java | ||
- JavaScript | ||
- Jenkins | ||
- JWT | ||
- Kubernetes | ||
- Laravel | ||
- Machine Learning | ||
- Maintenance | ||
- Markdown | ||
- Material-UI | ||
- Microservices | ||
- MongoDB | ||
- Mobile | ||
- Mockups | ||
- Mocha | ||
- Natural Language Processing | ||
- NATS Messaging | ||
- NestJS | ||
- Next.js | ||
- 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-category | ||
attributes: | ||
label: Category | ||
description: Choose the categories that best describe your ticket | ||
multiple: true | ||
options: | ||
- API | ||
- Analytics | ||
- Accessibility | ||
- Backend | ||
- Breaking Change | ||
- Beginner Friendly | ||
- Configuration | ||
- CI/CD | ||
- Database | ||
- Data Science | ||
- Deprecation | ||
- Documentation | ||
- Deployment | ||
- Frontend | ||
- Internationalization | ||
- Localization | ||
- Machine Learning | ||
- Maintenance | ||
- Mobile | ||
- Performance Improvement | ||
- Question | ||
- Refactoring | ||
- Research | ||
- Needs Reproduction | ||
- SEO | ||
- Security | ||
- Testing | ||
- AI | ||
- Other | ||
validations: | ||
required: true |
Oops, something went wrong.