asgardeo-samples / asgardeo-enterprise-ciam-sample

An enterprise use case sample that captures the overall CIAM story that utilize Asgardeo and Choreo.
Apache License 2.0
0 stars 2 forks source link

Web app source code needs to be refactored #2

Closed ashendes closed 1 year ago

ashendes commented 1 year ago

Description: Common string literals in the web app source code need to be moved to constants or enums [1], [2]. There are several more instances than the examples given below. All such instances need to be identified and fixed.

[1] https://github.com/asgardeo-samples/asgardeo-enterprise-ciam-sample/blob/2b7d6ce25108080d4bfd3f48b4e4699f0c5b568a/src/apps/kfone-customer-support/src/pages/marketing/index.tsx#L106 [2] https://github.com/asgardeo-samples/asgardeo-enterprise-ciam-sample/blob/2b7d6ce25108080d4bfd3f48b4e4699f0c5b568a/src/apps/kfone-website/src/api/index.js#L30