algotecture / AlgoTecture

9 stars 0 forks source link

Add basic qr code support #13

Open sipakov opened 1 year ago

sipakov commented 1 year ago
  1. Analyze how it works
  2. Implement a simple demo web page (redirect from qr code) and host this page on the server
  3. Implement an API and a service that will give the status of a spaces (reservation)
  4. Add STEP3 to web page
  5. Add link to telegram bot (button)
sipakov commented 1 year ago

Now it works. QR codes will be generated through third-party web applications for now and the link looks like http://{website}/webapi-qrcode/spacepage?spaceid={spaceId} done

sipakov commented 1 year ago

April