GithubHelp home page GithubHelp logo

Comments (5)

attilaorosz avatar attilaorosz commented on June 9, 2024 1

I would create a startup script where you fetch those values and store them in a global space before importing the controller. That way you can construct the regex before the decorator is executed and just reference it globally.

Keep in mind that decorators are only executed once, so if the query result might change at runtime you would out of luck anyway even with async decorators.

from routing-controllers.

pquerner avatar pquerner commented on June 9, 2024 1

Makes sense. Thanks for the hint! :)

from routing-controllers.

attilaorosz avatar attilaorosz commented on June 9, 2024

Decorators are not async, they will not wait for your async function execution.

What is your usecase?

from routing-controllers.

pquerner avatar pquerner commented on June 9, 2024

I have a route like this currently:

/list/:customer(foo|bar)/. In the future baz could be added to the list. So I thought I could craft the regex in runtime. The values can come from a database.

I could simply accept anything in :customer and only do the filtering in the action part. I fear it would be too much, and thought when the routes are built it could be done just once. (Otherwise I would have to come up with caching, or a singleton etc..)

from routing-controllers.

github-actions avatar github-actions commented on June 9, 2024

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

from routing-controllers.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.