Open travula opened 6 years ago
Insert a check in the function that ffilters phase2 labs. The check is based on the flag that is configurable. This allows not to change the code but by changing the the flag in the configuration we can get either all the labs or of phase2.
You should be able to complete it in couple of hours.
Adding the following lines of code in config.org file
var phaseLength = 1; var phaseId = 2;
commit id : 78075975e89011752b638badf52446a74c052a04
Insert a check in the function that ffilters phase2 labs. The check is based on the flag that is configurable. This allows not to change the code but by changing the the flag in the configuration we can get either all the labs or of phase2.