JumboCode / TUTV

JumboCode project for TUTV, currently led by Frank Ma. Led by Deepanshu Utkarsh 2019 - 2020.
4 stars 0 forks source link

Enhancement to Getting Number of Available Items in a Given Timeframe #170

Open Frama-99 opened 2 years ago

Frama-99 commented 2 years ago

Currently we search through all associated requests to an item and try to see if there are any conflicts. In reality, conflicts would only arise with equipment requests that are in the future since we don't allow requests to be made for any time before the current time. So if we can filter associated requests by choosing only those starting after the current date, it might improve performance.