You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* New paidevent routes
* Fixed
* Rename paidevents.ts to paidEvents.ts
Fixed case issues during git push
* TestCasesforGet & POST and DELETE for ticket
* New Post Schema
* Fix path routes
* setup the scaffolding for linkry routes
* don't run github actions on draft PRs
* setup the redirect route
* fix tests
* Adding Routes and Pages for Linkry New UI
* Adding a API to fetch data from Dyanmo
* UI for Linkry - Step 1
* UI for Linkry - Step 2
* UI for Linkry - Step 3
* paidEvent POST merch update
* Encoding URL in Delete Request
* New Linkry/Add UI Implemented
* Start of linkry createRequest
* New UI Implemented
* Frontend-Backend Integration: New UI, Fix Delete
* Adding ACM Groups to Configurations & Fetching them for Backend and Frontend Respectively
* Maintenance
* New UI Adjustment + Integration via retrieving Linkry Group Setting from Config
* Convert Add to Transaction, Validate slug does not already exist on Create
* Validate access group list against env config
* Do not allow the user to create a reserved slug
* Use Zulu Timestamps
* Minor Timestamp Change
* Initial Implementation of Fetch Link Data
* Updating View Screen To Remove Group# or OWNER# from the view screen
* Updating Error Message in the UI
* New UI Fix implemented : Current Redirect set to localhost for LOCAL testing
* Add listGroupIDsByEmail
* Updating User Inteface and few updates at the backend
* Adding Cancel Button on Delete Dialog Box
* Adding Is Edited Flag to Help Updates at the Backend
* Regression Fixes
* Updading UI, Improving API & UI for Editing Links, Updating API fto view Links
* Minor Fixes
* Updating UI
* UI Updates
* Improving Delegated Links Fetch Algorithm and some UI Enhancements
* Bug Fix URL regex only accepts https://
* Debug comment
* Convert to Group UUIDs
* Visit Count Feature Implemented + Edit Feature Bug Fix
* Improve Typecasting; Begin Code Cleanup
* Improve Typecasting; pt. 2
* Fix Typecasting pt. 3
* Delegated Link Error on Edit Fix
* Merge
* Delete delegated ownertag
* Request Pre-Validation and Code Cleanup
* Validate User Access for Slug Edit and Delete
* Allow for Links with No Access Groups
* Bug fix : Multiple Delegated entry for the same delegated link
* Removing Owner id From Delgated Links Access Groups
* Fixes
* Fixes
* Progressing On Admin Page
* Added Owner To the Admin Links
* Improving Readiblity of the APIs
* Adding Loader Screen to The Links View Dashboards
* Add link to Admin Panel and navigate back to source page after edit completion
* Add link to Admin Panel and navigate back to source page after save completion
* Admin API Fixes
* Reset Button Only Clickable when count is non zero
* Fixing Counter issue
* Minor buG fix
* Dark Mode Fixed & dev/prod set redirect url domain
* Dark Mode for Admin Screen Fixed
* Fix admin page authentication requirement
* Fixing The User Group Fetch Algo
* Main Merge Updates
* Updating Linke-Shortener name to Linkry and adding Test Files for Linkry
* Adding a Test Case & Some cleanup
* Fixing few APIS
* Minor Readibility Updates
* Merge Updates
* Merge Updates
* Delete legacy paidevent development
* Fixed typecheck in Adminpage & created new vitest group for linkadmin and corrected unit test
* Adding Cache Rules and Tests
* Deployment Trigges
* DyanmoDb Permission Updates
* Updates
* dev redirect domain changed to core.aws.qa...
* minor changes
* cfn edge function
* fix domain name association
* update
* fix
* use edge function for edge kv
* use cloudfront KV store to handle redirect mechanism instead of dynamo
* mock cloudfront KV correctly
* mock getLinkryKvArn
* throw correct error for failing to get the KV arn
* fix tests
* try to bundle signature-v4-crt with the lambda
* move aws_crt into the bundle
* fix makefile
* enable cloudfront kv store IAM access
* update schemas
* support featured tag
* redesign backend
* add better error catching
* fix tests
* update behavior
* cleanup
* log
* fix unit testing
* fix UI papercuts
* clear session storage on logout
* fix unit tests
---------
Co-authored-by: Ethan Ma <[email protected]>
Co-authored-by: Dev Singh <[email protected]>
Co-authored-by: tarashagarwal <[email protected]>
Co-authored-by: Connor Magnuson <[email protected]>
Co-authored-by: Tarash Agarwal <[email protected]>
Co-authored-by: Dev Singh <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,4 +7,4 @@ This repository is split into multiple parts:
7
7
## Getting Started
8
8
You will need node>=22 installed, as well as the AWS CLI and the AWS SAM CLI. The best way to work with all of this is to open the environment in a container within your IDE (VS Code should prompt you to do so: use "Clone in Container" for best performance). This container will have all needed software installed.
9
9
10
-
Then, run `make install` to install all packages, and `make local` to start the UI and API servers! The UI will be accessible on `http://localhost:5173/` and the API on `http://localhost:8080/`.
10
+
Then, run `make install` to install all packages, and `make local` to start the UI and API servers! The UI will be accessible on `http://localhost:5173/` and the API on `http://localhost:8080/`.
0 commit comments