helsingborg-stad/larrum-custom-api

Custom API Endpoint for Lärrum

Installs: 7 107

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 5

Forks: 0

Open Issues: 0

Type:wordpress-plugin

v1.0.0 2022-07-04 09:21 UTC

This package is auto-updated.

Last update: 2024-05-04 14:04:32 UTC


README

Dependencies

  1. File Upload Types by WPForms, Add these manually.

     Description = glb
     MIME Type = application/octet-stream
     Extension = .glb
    
     Description = gltf
     MIME Type = text/plain
     Extension = .gltf
    
     Description = usdz
     MIME Type = application/zip
     Extension = .usdz
    
  2. Classic Editor
    Activates classic editor in wordress

  3. Advanced Custom Fields PRO, import acf-export-2022-06-01.json to get required field group.

TODO

Frontend:

  1. Implement desktop design.
  2. Implement support for usdz format.
  3. Add styling on components so It will look like the design.
  4. Look through swipe functionality and fine tune behaviour.
  5. Implement check if no category is set, show nothing on the front-end.
  6. Fix IOS/Safari issues.

Backend:

  1. Look over ACF-plugin and modify.
  2. Add custom rules and add validation.
  3. Make a guide for the user on how to create a post.