revision | title |
---|---|
2021-06-04 (Fri) 01:57:55 |
SAMinfo QRcode chanage log |
- Numerical values should be rounded
- Calendar widget missing
- Add validation pane
- +/- buttons should be smaller on smaller devices.
-
Submit data
- Fetch SAMdata on component load
-
Form data input and validation (this should be delivered as a wrapper around Sveltestrap's
Input
component.- Started working on https://github.com/xnimorz/svelte-input-mask (cf https://www.npmjs.com/package/input-core)
- Check these: https://github.com/xnimorz/masked-input/tree/master/examples
- See this REPL as a practical example https://svelte.dev/repl/de6a6dcc92ee43d19ad2274599ba34c8?version=3.12.1
- See also:
- https://github.com/tanepiper/svelte-formula for contract-based forms
- https://github.com/chainlist/svelte-forms
- https://github.com/pstanoev/simple-svelte-autocomplete for autocompletion
-
ERP-related widgets and functionality
-
QRbill
- Typescript QRBill library
- PHP stuff
- Other language implementations to scan for functionality
-
Extend Sveltestrap with a rate it widget
-
Client-side router
-
PWA
-
Upload scanned/generated QR codes and/or QR bills
- Upload a file
- Upload several files
-
QRcode generation
-
Load QRData from PNG file
- see tests in https://github.com/cozmo/jsQR and this cozmo/jsQR#52
- https://codesandbox.io/s/pwoywz6n5x
-
i18n
-
A treasure of marketing-style widgets built with Svelte + Ionic (CPIH?)
-
Select widget (https://github.com/pavish/select-madu) to be made compatible with SvelteStrap (See also https://github.com/rob-balfre/svelte-select).
-
Learn more about web components (https://www.webcomponents.org)
-
Sveltestrap
-
Bootstrap widgets
- https://github.com/themesberg/volt-bootstrap-5-dashboard
- https://preview.colorlib.com/theme/bootstrap/calendar-09/
- https://colorlib.com/wp/bootstrap-calendars/
- https://colorlib.com/wp/bootstrap-footer/
- https://colorlib.com/wp/bootstrap-tabs/
- https://colorlib.com/wp/bootstrap-checkbox/
- https://colorlib.com/wp/bootstrap-buttons/
- https://colorlib.com/wp/bootstrap-menu/
-
Check out these articles:
-
Form automation through JSON datasets (Cf. https://github.com/arabdevelop/svelte-formly). We should standardise on Sveltestrap widgets; enabling multi-column layouts and column widths.:w
-
Storyboard
-
Build a Storybook:
-
Migrate from Jest to TAP (https://gitlab.com/bagrounds/test-anything-protocol) -- or not?
-
Electon template
-
Svelte devtools (https://github.com/RedHatter/svelte-devtools) -- Chrome/Firefox extension
-
Check these articles:
-
API + Login
- Svete and GraphQL
- https://github.com/webonyx/graphql-php
- https://dev.to/lukocastillo/svelte-3-how-to-connect-your-app-with-a-rest-api-axios-2h4e
- https://developer.okta.com/blog/2019/03/08/simple-rest-api-php
- https://stackoverflow.com/questions/36691200/get-username-password-and-email-from-a-form-and-create-database-row-with-it
- Auth0 integration
- https://github.com/axios/axios
-
MySQL
-
Fetch and asynchronous Javascript
-
PWA
-
Svelte
-
Svelte samples
- https://svelte.dev/repl/a05a35e700cb45d1b2c94299c5de070c?version=3.38.2 Side panel no scroll
- https://svelte.dev/repl/a13e3002a4d8450c8d86d141a16e9df7?version=3.38.2 Circle of 5ths
- https://svelte.dev/repl/d952fab2ec3344bdbcdd84396e07d2c1?version=3.38.2 Chord/Scale Builder
- https://svelte.dev/repl/e8edc7160db740d5a8a7dd4aa230c697?version=3.38.2 Managing fetch promises with a store
- https://svelte.dev/repl/ee4f76a5900e4e5a99e8fa158cb94328?version=3.30.1 svelte:self example with writable store
- https://github.com/rixo/svelte-preprocess-autoimport
-
Frameworks galore