Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document resources & packages used #18

Open
sudojunior opened this issue Sep 16, 2022 · 0 comments
Open

Document resources & packages used #18

sudojunior opened this issue Sep 16, 2022 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@sudojunior
Copy link
Member

The README as it is, could do with some restructuring - the main focus at the time was getting the token warning across to ensure consumers of this action did not publish their access token directly onto the repository.

  • node:perf_hooks - For accurate timings on operational delay.
  • @discordjs/collection - There would be an intention to move to the native Map but that also requires a change in logic to handle sorting roles in their associative positions, filtering for authenticated user roles, reducing filtered roles to calculate permissions and getting the highest role for the authenticated user.
  • ms - Handles timing conversion for log purposes.
  • node-fetch - Specifically as a 'polyfill' for node16 - will be removed once actions supports node18 by mid-October.

The test framework packages still exist in the package manifest, but currently remain unused due to lack of test implementation (testable infrastructure would include: resolvePermissionsOf, hasPermissionFor, wrapDuration, randomHexInt.

@sudojunior sudojunior added the documentation Improvements or additions to documentation label Sep 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant