@connexup/fbr-event-collector-frontend
v1.0.82
Published
### Detailed Steps
Downloads
1,045
Keywords
Readme
FBR
Detailed Steps
- Step 1: After code editing is complete, compile the src/index.ts file to JavaScript
Command: yarn buildStep 2: Commit the code, and remember to update the version number in the package.json file by incrementing it.
Step 3: After successful code commit, publish the npm package
Command: npm publish --access public- Step 4: After publishing is complete, update to the latest version of the package in projects that use this package.
Events
ordering Event: https://chancetop.atlassian.net/wiki/spaces/FBR/pages/184483874/Events+-+ordering, under EventCollector. Used in Mobile APP, Web ordering, Kiosk APP. When modifying ordering Event API definitions, if there are situations like API field name redefinitions, remember to synchronize with the corresponding projects.
MR.KEKE Event: https://chancetop.atlassian.net/wiki/spaces/FBR/pages/313982977/Mr.KEKE+Events+-+offcial+website, under the official-website directory. Used in the MR.KEKE official website.
Description
- official-website is used for official websites.
- OrderingEventCollector is used for Mobile APP, Web ordering, Kiosk APP, etc.
