Skip to content

Commit

Permalink
chore(sage-monorepo): create product workspace for iAtlas (#2407)
Browse files Browse the repository at this point in the history
* Add iAtlas to the list of products (issue templates)

* Create initial project folder for iatlas-api

* Add iatlas as PR title scope
  • Loading branch information
tschaffter authored Dec 13, 2023
1 parent ca0f467 commit 333301e
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/1-bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ body:
multiple: true
options:
- Agora
- iAtlas
- OpenChallenges
- Sage Monorepo
- Schematic
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/2-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ body:
multiple: true
options:
- Agora
- iAtlas
- OpenChallenges
- Sage Monorepo
- Schematic
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/3-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ body:
multiple: true
options:
- Agora
- iAtlas
- OpenChallenges
- Sage Monorepo
- Schematic
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/4-story.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ body:
multiple: true
options:
- Agora
- iAtlas
- OpenChallenges
- Sage Monorepo
- Schematic
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
scopes: |
agora
common
iatlas
openchallenges
sage-monorepo
schematic
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,12 @@ Join the conversation and help the community.

- TODO: Add Slack or Discord

## Projects
## Products

- OpenChallenges
- Schematic (evaluation)
- Agora (evaluation)
- iAtlas
- OpenChallenge
- Schematic
- Synapse (evaluation)

Love Sage Monorepo and its projects? Give our repo a star ⭐.
Expand Down
7 changes: 7 additions & 0 deletions apps/iatlas/api/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# iAtlas REST API

## Overview

This project builds a container for iAtlas REST API.

Source: https://gitlab.com/cri-iatlas/iatlas-api

0 comments on commit 333301e

Please sign in to comment.