Altinn / app-frontend-react

Altinn application React frontend
BSD 3-Clause "New" or "Revised" License
14 stars 23 forks source link

Allow for custom functions in layout expressions #1961

Open olemartinorg opened 1 year ago

olemartinorg commented 1 year ago

Background

More advanced logic for expressions (as detailed further in the layout expressions project) might require custom function app developers can implement themselves.

Considerations

nkylstad commented 1 month ago

@olemartinorg can we move this issue to app-frontend or app-lib repo? Or do you already have a corresponding issue there?

olemartinorg commented 1 month ago

Woah, strange! I think I might have created this issue in the wrong repo back in 2022. :shrug: It might also be that since this issue is possibly both a frontend and a backend issue at the same time, I put it in the Studio repo.. :thinking:

I think the underlying problem area overlaps a bit with this issue:

Providing a platform for entirely custom functions is not a focus area I've been thinking much about since the initial project completion, and it's entirely possible to contribute custom functions to both our backend and frontend. Anyway, I'll move the issue somewhere more fitting.