SaaS & Platforms
Daneshmand
Meeting-room reservation & management
- Role
- Full-stack author
- Period
- 2018 – 2019
- Era
- pre-GitLab (Asarad)
Overview
An online meeting-room reservation platform built full stack at Asarad with Angular and .NET: guest invitations with QR access codes, meeting locations with maps and parking info, in-meeting polls and votes, shared files, and notes.
The original repositories predate the git hosting still accessible today, so this page describes the shipped product rather than a verifiable file tree.
- Asarad (2018–2019)repositories not in current hosting
Tech stack
Product
- Angular
- .NET
- C#
- SQL Server
Design patterns
QR-token access
Guest invitations carry signed QR codes that resolve to time-boxed room access.
CRUD + realtime hybrid
Reservation flows are classic server-rendered CRUD; polls and votes update live in the meeting view.