Challenge Overview

Context

Project Context

Staircase develops modern mortgage infrastructure with developer-friendly APIs. In this project, we are going to help Staircase build one delivery platform.

Challenge Context

In this challenge, we will create several APIs and create database models.

Expected Outcome

  • OpenAPI definition
  • Database ERD
  • API and database mapping
  • API and requirements mapping

Challenge Details

The project is built to allow the client to deploy their systems/services easily to AWS while provides flexibility and extendibility.
Although it's different from a normal CI/CD system, but you can consider one basic scenario:
When you push a commit in SCM, the system does static syntax check, build, test, and deploy.

The whole project includes 8 systems to build. Here are the requirements:

  1. Manage
    1. Create feature branch
    2. Maintain master
    3. Correlate to requirements
    4. Manage code review process
    5. For each layer in the product ontology there will be a repo.
    6. In each repo there are six types of artifacts: code , CFT, test, test data, config, deployment procedure.
    7. Integrate with any SCM.
    8. Detects new repos.
    9. New commits to the SCM are detected automatically.
    10. Merge to Master API
  2. Assess
    1. Assess the completeness of repo artifacts.
    2. Perform static code analysis.
    3. Capture metadata, version, master vs. branch, tags etc.
  3. Build
    1. Build for different types of deployment based on CFT
  4. Deploy
    1. Blue/Green deployment
    2. Delta launch and full launch
    3. Deploy in different account
    4. Multi region deployment
    5. Zero downtime deployment
    6. Pull & Push deployment
    7. Custom URL
    8. Skip deployment - feature branch vs. master
  5. Test
    1. Continuous testing
    2. Measurement testing
    3. Actionable results
    4. Tractability error to changes
    5. Notification of the Health System
  6. Health
    1. Production and test environment health
    2. Correlated to the product ontology
  7. Pipeline
    1. Trigger each system based on an established process
    2. Manage which environment to use
  8. Environment
    1. Launch and Archive environment based on a schedule
    2. Create an environment based on a manifesto ( system required)
    3. Use AWS organization
 
  • Each of the above 8 systems provides one API.
  • Communication between services should be done via API.
  • Authencation should be considered.
  • Database will be not shared among services.
  • The whole infrastructure will be in AWS:



In this challenge, we will cover the first 4 systems. There will be another challenge for the rest 4 systems.
While you design the APIs, please consider all 8 systems as a whole so that you won't miss any important features.

Detailed requirements are attached in the forum.

Please don't hesitate to ask any questions in the forum, I will try to answer your doubts as soon as possible. And the client and I will meet daily to review your questions.

There is NO appeal phase in this challenge.

Scorecard Aid

Scorecard of this challenge is the Ideation scorecard, which basically is one subjective scorecard.

We’ll follow the scorecard (1-10) for this challenge. The submissions will be evaluated on the basis of

  • Completeness of Swagger file with respect to the requirements
  • Adherence to best practices for designing REST API
  • Accuracy of the API to db mapping
  • Feasibility of the solution


Final Submission Guidelines

  • Submit the Open API design (4 files)
  • Submit database ERD (dynamodb)
  • Submit the API to database mapping document
  • Submit the API and requirements mapping

ELIGIBLE EVENTS:

2020 Topcoder(R) Open

Review style

Final Review

Community Review Board

Approval

User Sign-Off

ID: 30128026