ssg-wsg / Sample-Codes

This repository contains sample codes (Encryption Decryption, Java, Node.js and Python) to guide and support your application development on SSG-WSG Developer Portal.
3 stars 8 forks source link

Migrate Assessment Pages From Tkinter to Streamlit #8

Closed asdfghjkxd closed 2 months ago

asdfghjkxd commented 3 months ago

This PR aims to implement the pages that are used for calling the Assessment API.

Note that this PR should be merged only after #3 and #7 are merged.

asdfghjkxd commented 2 months ago

Refactoring constants to enums will take place in another PR.

Implementing Pydantic to ensure type safety will also be looked at in another PR.