We need a way to pass an argument, either by GET parameter (project/?trainer=DannyEven) route (project/trainer/DannyEven)
When this argument is received, the app will only shiw that trainer.
If they are not foun either do a 404 or fallback to default behaviour, whatever is easier.
We need a way to pass an argument, either by GET parameter (
project/?trainer=DannyEven) route (project/trainer/DannyEven)When this argument is received, the app will only shiw that trainer.
If they are not foun either do a 404 or fallback to default behaviour, whatever is easier.