Jump to content

Remus Avram

Members
  • Posts

    493
  • Joined

  • Days Won

    13

Reputation Activity

  1. Like
    Remus Avram got a reaction from Nora in Time logging   
    +1
  2. Like
    Remus Avram reacted to JPrydz in Advanced filter settings: "Any" condition for all entity types   
    Hi Remus,
    Filtering on the Overview tab has been enhanced in latest version, 4.2:
    Add support for filtering out events, tasks and milestones on Users and Projects timeline views.
    More information on latest versions:
    https://help.ftrack.com/release-and-migration-notes/release-notes
    Regards,
    Johan
  3. Like
    Remus Avram reacted to Erik in in-task checklists   
    This is one of the most sought after features here as well.
  4. Like
    Remus Avram reacted to Mattias Lagergren in send custom notifications via ftrack_api   
    No updates as of now - as an additional workaround, have you looked into writing a message (note without parent) to the user? This should trigger a notification
    note = session.create('Note', { 'content': 'hey', 'user_id': author_user_id}) sesssion.create('Recipient', { 'note_id': note['id'], 'resource_id': target_user_id }) session.commit()  
  5. Like
    Remus Avram reacted to Martin Pengelly-Phillips in publish version with description on multiple lines   
    We've been waiting on this for a while now. Do you have an expected date of when this will happen?
  6. Like
    Remus Avram reacted to Lucas Correia in Slack User Group   
    Invited.
    Regards,
    Lucas
  7. Like
    Remus Avram reacted to Martin Pengelly-Phillips in ftrack_api threadsafe   
    > @Martin Pengelly-Phillips: I am interested how are you using the session. Are you creating a new session for each query / commit?
    No, we don't create a new session for each query or commit, as that would likely be redundant and slow. However, we often have a session (or two) in background threads in order to allow a main UI thread to continue unblocked. We also often run multiple sessions in background threads for event processing in order to avoid event deadlock.
  8. Like
    Remus Avram reacted to Willem Zwarthoed in Multiple instance of Ftrack-Connect   
    If there was a way for the event to return the hostname or ip of the browser from which an action is called you could at least verify on which machine the action is called. This doesn't solve the multiple instances on one machine issue, but for users logged in on multiple workstations you could at least filter out your custom hooks so only those available on that machine are discovered.
  9. Like
    Remus Avram reacted to tokejepsen in send custom notifications via ftrack_api   
    Could you elaborate on this?

    Trying to trigger an action dialog from a custom published event, and can't seem to get it to work.
  10. Like
    Remus Avram reacted to Mattias Lagergren in Subscribe to a Ftrack object   
    Hi Remus, thank you for the request - we are already considering this (follow/unfollow) as part of a future change to the notifications feature. I will make sure to incorporate this information any future research
  11. Like
    Remus Avram reacted to instinct-vfx in Any plans to make the API python 3.x compatible?   
    Heya,
    i was wondering if there are any plans already to make the python api both 2.x and 3.x compatible? We are using the api in some of our server applications and would like to move towards python 3.
    Cheers,
    Thorsten
  12. Like
    Remus Avram reacted to Fredrik Limsater in Time logging   
    As a reference, here is the original design/research I did for ftrack v3. Not all ideas/features got implemented.
    /F
    timelogging-for-v3.pdf






  13. Like
    Remus Avram got a reaction from aline.lima in in-task checklists   
    Hello guys,
     
    I would like to ask you if there is any progress in adding checklists/todo's.
    We are trying to find a workaround for subtasks and this procedure I think could work.
    Please have a look at this topic too: http://forum.ftrack.com/index.php?/topic/315-subtask/
     
    Thanks,
    Remus
  14. Like
    Remus Avram reacted to Fredrik Limsater in in-task checklists   
    Hi Jack,
     
     
    Agree, we're working on adding checklists/todo's, and your attached screenshot is very close to what we're working on right now.
     
    We have a similar discussion in this topic : http://forum.ftrack.com/index.php?/topic/24-status-on-notes/ (I will merge this topic with that one)
     
    Thanks,
    Fredrik
  15. Like
    Remus Avram reacted to Jack in in-task checklists   
    Hello all,
     
    It would be great to have a checklist tab (as illustrated in the attachment)
     
    or
     
    a note which can be pinned to the top that allows us to add a checklist.
     
    This serves as a way for team members to further break down tasks, plan and report back progress.
     
    It also allows for a more granular approach to task division and planning without creating numerous additional tasks.
     
    The problem with just mentioning a list of things to do / correct / adjust in notes is that items can quickly get buried / separated or lost in a series of responses.
     
    Thanks,
    Jack

×
×
  • Create New...