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

More expression functions #1299

Closed
olemartinorg opened this issue Jun 30, 2023 · 3 comments
Closed

More expression functions #1299

olemartinorg opened this issue Jun 30, 2023 · 3 comments
Assignees
Labels
area/logic related to logic/dynamics/expressions kind/feature-request New feature or request org/ssb Issues relevant for Statistisk sentralbyrå.

Comments

@olemartinorg
Copy link
Contributor

olemartinorg commented Jun 30, 2023

Description

  • Date handling
    • dateIsBefore
    • dateIsBeforeEq
    • dateIsAfter
    • dateIsAfterEq
  • String handling
    • stringSlice (previously named `substr here)
    • stringIndexOf (previously called indexOf/strpos here)
    • stringReplace (previously called replace here)
    • upperCaseFirst
    • lowerCaseFirst
  • Data element lookups
    • A function to check the number of files/attachments/objects for a given data type in the current instance
  • Data model lookups
    • value, just like component but looks up the value for this component (and also returns it even if this component is hidden)
    • relDataModel (just a suggestion), a function to look up a relative path in the data model. We'd have to figure out a syntax for relative data model paths, which should be possible to use in future component data model bindings as well (i.e. binding a component in a group to ./FirstName instead of My.Deep.Group.FirstName)
  • Options

Additional Information

@olemartinorg olemartinorg added kind/feature-request New feature or request area/logic related to logic/dynamics/expressions labels Jun 30, 2023
@olemartinorg
Copy link
Contributor Author

Diskutert i statusmøte med SSB i dag. De ønsker sterkt replace-funksjonen.

@rvessb
Copy link

rvessb commented Apr 10, 2024

Diskutert i statusmøte med SSB i dag. De ønsker sterkt replace-funksjonen.
#1305

@olemartinorg olemartinorg self-assigned this Jan 15, 2025
@olemartinorg olemartinorg moved this to In Progress in Issues SSB Jan 15, 2025
@olemartinorg olemartinorg moved this to 👷 In Progress in Team Apps Jan 15, 2025
@olemartinorg olemartinorg added the org/ssb Issues relevant for Statistisk sentralbyrå. label Jan 22, 2025
@olemartinorg olemartinorg moved this from 👷 In Progress to 🔎 Review in Team Apps Jan 28, 2025
@olemartinorg olemartinorg moved this from 🔎 Review to 👷 In Progress in Team Apps Feb 4, 2025
@olemartinorg olemartinorg moved this from 👷 In Progress to 🔎 Review in Team Apps Feb 11, 2025
@olemartinorg
Copy link
Contributor Author

@github-project-automation github-project-automation bot moved this from In Progress to Done in Issues SSB Feb 12, 2025
@olemartinorg olemartinorg moved this from 🔎 Review to ✅ Done in Team Apps Feb 12, 2025
@olemartinorg olemartinorg moved this from ✅ Done to 🧪 Test in Team Apps Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/logic related to logic/dynamics/expressions kind/feature-request New feature or request org/ssb Issues relevant for Statistisk sentralbyrå.
Projects
Status: Done
Status: 🧪 Test
Development

No branches or pull requests

2 participants