-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO.txt
24 lines (17 loc) · 1.37 KB
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[high prior] verify: AuthenticatedResult.PENDING && AuthenticatedResult.CAPTURED
[high prior] protect payment confirmation page using captcha
[high prior] add list of country where the shop can operate. add check to enable/disable a country.
[med prior ] refactor the generic template of any component that directly/indirectly inherit from @heymarco/number-editor
[med prior ] remove useGetCountryList hook, replaced with a specific url get for a specific country
[med prior ] the last created WishGroup -or- the last added WishGroup should be the first item in pagination
[low prior] optimize the /public/(icons|fonts)/** to be cached
[low prior] replace `@/components/editors/Editor` with `@heymarco/editor`
[low prior] fix @heymarco/image (no error detected again in new Chrome)
[low prior] prefer to display: flex with display: grid
[low prior] apply flexWrap: nowrap for display: flex|inline-flex
[high prior] verify breaking change <UpdateStatePlugin> .__first
TODO: fix table layout to use subgrid
[low prior] make the Order sorting order matches to shopping cart sorting order
[low prior] update DateTimeEditor to have polyfill dropdown calendar
[low prior] prefer to use Request|Response instead of NextRequest|NextResponse
[low prior] standardize coding style of // compound_like relation // array_like relation => similar to (artswimwear) app/api/(protected)/cart/route.ts