Advertisement
Guest User

Untitled

a guest
Feb 16th, 2020
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1. Redirect for production front end needs to be fixed.
  2.  
  3. randomly ordered string for purchase table.
  4. Remove sum total table, use account history to generate total number of current prop
  5.  
  6. ------
  7.  
  8.  
  9. List for applications should be alphabetical.
  10. All feature requests must be done through Ray.
  11.  
  12. utils/core/Company.js
  13.  
  14. -----------------------
  15.  
  16. Separate Table
  17. Integration_id
  18. integration_name
  19. scope
  20. company_id
  21. user_id
  22.  
  23. Add to Integration table.
  24. Remove prefixes from column name (ns_token_username => username)
  25.  
  26.  
  27. ------------------------
  28. Endpoint to list all users in any specific domain
  29.  
  30.  
  31. Goal is to show unread voice mails.
  32.  
  33.  
  34. Return the count of unread voice mails.
  35.  
  36. FILTER conversation type: voice mail
  37.  
  38.  
  39. https://manage.oitvoip.com/ns-api/?action=count&object=messagesession&format=json&user=1501&domain=oit.20463.service&last_sender=remote&last_status=unread&muted=no
  40.  
  41.  
  42. Step 1: get a list of users from the domain read
  43. Step 2:
  44. Step 3: create a request for each user to get their unread voice mails using the following template
  45. https://manage.oitvoip.com/ns-api/?action=read&object=messagesession&format=json&user=1501&domain=oit.20463.service&last_sender=remote&last_status=unread&muted=no
  46.  
  47.  
  48. Forum Post and API ticket;
  49.  
  50. sudo lsof -iTCP -sTCP:LISTEN -P
  51.  
  52.  
  53. -------------------------
  54.  
  55. Storage Unit
  56. Returns kilibytes
  57. Need to divide by 100
  58.  
  59. The used ammount is gotten from querying the various enums for "type" field.
  60. If over 50% display it in red.
  61.  
  62. Stop Sandbox Email.
  63.  
  64. Check search box query to ensure it contains a complete list of companies.
  65.  
  66.  
  67. -------------------------
  68.  
  69. Integrations Type
  70. Type of ingration, number of fields name of integration type
  71.  
  72. Remove name colum from integration table
  73.  
  74.  
  75. UCDirector
  76. Integrations table:
  77. If superuser: company does not matter display all integrations from all companies
  78. If company staff member with appropriate scope:
  79. display all viewable integrations with the following table.
  80. name | Company_id
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement