Skip to content

update admin backend to work with new routes #126

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

Open
JohnRDOrazio opened this issue Sep 14, 2024 · 3 comments
Open

update admin backend to work with new routes #126

JohnRDOrazio opened this issue Sep 14, 2024 · 3 comments

Comments

@JohnRDOrazio
Copy link
Member

Most of the frontend has now been updated to work with the new routes.
See 779c373...8debcd2.

The admin backend still needs to be updated to accomodate the new routes and the snake_case parameters.

@JohnRDOrazio
Copy link
Member Author

when we say "backend" we are actually referring to the "extending.php" page, which should probably be in a "backend" admin interface, like "admin.php".

In any case most of the work is now done: 8debcd2...9025a7d

@JohnRDOrazio
Copy link
Member Author

Currently, to avoid unsupported locale errors with the wider region resources, we have implemented a "best bet" function. However this is not desirable. We should add locales to the wider region datalist, alongside the wider region name. That way the locale will be determined by the datalist selection, and we know exactly what we are getting. AND we can get event names for any supported locale.

@JohnRDOrazio
Copy link
Member Author

Currently, to avoid unsupported locale errors with the wider region resources, we have implemented a "best bet" function. However this is not desirable. We should add locales to the wider region datalist, alongside the wider region name. That way the locale will be determined by the datalist selection, and we know exactly what we are getting. AND we can get event names for any supported locale.

Fixed.

Now just to fix up the submission of data with new routes, ensuring the routes are capable of handling and saving the data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant