Releases: SoftwareInnovationsLab/secure-coder
Releases · SoftwareInnovationsLab/secure-coder
v0.1.0
Release Notes - Version 0.1.0
What's Changed
- Update and merge backend and frontend into monorepo in #1
Specific changes/improvements include:
- Migrates implementations from javascript to typescript
- Changes build system to pnpm
- Adds database (postgres) for storing exercises; defines schema with prisma
- Implements a frontend interface for adding/editing/cloning exercises
- Adds initial "privileged" access for single user via password authentication
- Re-designs backend API to support exercise creation, modification, deletion, validation, and submission.
Full Changelog: frontend-v0.1.0...v0.1.0
frontend-v0.1.0
Release Notes — Frontend Version 0.1.0
This initial implementation of the frontend was developed to support the pilot study for our EDUCON 2025 paper.