Jay T
Jay T
It is a unclear what the recommended way is to fetch the android-sdk within termux in order to be able to copy android.jar. Also termux package 'jack' no longer exists...
Though not strictly necessary, the default rule for `react/no-unescaped-entities` when using `next/core-web-vitals` is `on'. With this change, `.eslintrc.js` can be the default: ```js module.exports = { extends: 'next/core-web-vitals' } ```...
This issue requires #181 to be resolve first. The function should look something like this: ```ts const deleteRole = async (rid: number) => { // Have fun } ``` Return...
This issue requires #184 to be resolved before it can be done. We need an endpoint added in Next for inserting a new role to the roles table. It would...
This issues depends on the resolving #185 We need an endpoint added in Next for deleting a role from the roles table. It would be with the apis in `admin/roles`...
This requires the completion of #189 before starting. We need an admin page to display all available roles and add/remove roles from the roles table. This page should use the...
Prerequisite is the completion of #190 This form should have one Text Input field for the role name. Upon form submission, send `POST to /api/admin/roles/create` to create the role.