You are browsing as a guest. Sign up (or log in) to start making projects!

6h 1m 53s logged

filter the audio on the video is like really bad my main mic stopped working so i taped a web cam to my face :idk_man:


  • core filtering
    • the filrering works by when a task isbeing loaded to the page it will go to a function that will check if it can be used
    • the filter function will check baised of 4 variables stored in the c++
    • then the qml sends new variables over then
    • i also spent like hours on this but i made it so it wont check any filter if nothing is selected
  • filter by name
    • this is a simple
    • it will just send a string over then check is filter string is contained in the task name
  • filter by person
    • this uses a vector of intigers
    • it will loop through both then if if there is a the same intiger in booth it will show
    • btw peple are stored by index
  • filter by type
    • the type is stored as a vector of strings
    • it does te same and loops through the filter strings and if the task type is equal it will allow the task
  • filter by date
    • this was defenetly the most dificalt one and it is stored av a vector<time_t>
    • there are 2 text boxes the first one is a lower limit the seconed is an uper limit
    • if eather is blank it will not check it
    • if the second one has a date it will only show dates on or before that onee
    • if the second one has a date it will only show tasks after that date
    • if both have dates it will check in betewwn them
0
78

Comments 0

No comments yet. Be the first!