Skip to content

Latest commit

 

History

History
77 lines (71 loc) · 2.24 KB

README.md

File metadata and controls

77 lines (71 loc) · 2.24 KB

BDPA NHSCC 2022 Problem Statements

BDPADrive (sample) and qOverflow (actual) were released during the 2022 competition.

Key Challenges

This year's problem statements were designed with the following challenges in mind:

  • Interacting with unsanitized distributed data sources that are not conflict-free
  • Implementing or tweaking a non-trivial algorithm (e.g. multi-user shared state)
  • Implementing modern flexible authentication based on the native Web Crypto API
  • Searching through and selecting from third party frontend libraries
  • Responsive UX, i.e. the app is functional on mobile, tablet, and desktop screens
  • Observing basic application, database, and repository security best practices

Statements

BDPADrive (sample)

qOverflow (actual)

📑 Problem statement
🌍 Live demo
📚 Interactive API docs (version 1)
📚 Interactive API docs (version 2)

📑 Problem statement
🌍 Live demo
📚 Interactive API docs

📦 Demo source code
🎒 API source code

📦 Demo source code
🎒 API source code