[GH-ISSUE #14] Droplets Table #12

Open
opened 2026-02-27 15:38:57 +03:00 by kerem · 0 comments
Owner

Originally created by @ekamwalia on GitHub (Dec 9, 2017).
Original GitHub issue: https://github.com/nishchayp/DAMN/issues/14

We should make another table that stores the name an IP of each droplet we create.

This will

  • Make it easier for admins to keep track of which droplets we have
  • Make it more convenient to grant access for a particular droplet
  • We can potentially let the other users select the specific droplet they want access to, but that depends on whether we want them to know which all IECSE droplets exist

This means we will have to add

  • one more model,
  • two more admin routes
    • addDroplet
    • deleteDroplet
  • Modify the existing models to use Droplet name instead of IP
Originally created by @ekamwalia on GitHub (Dec 9, 2017). Original GitHub issue: https://github.com/nishchayp/DAMN/issues/14 We should make another table that stores the name an IP of each droplet we create. This will - Make it easier for admins to keep track of which droplets we have - Make it more convenient to grant access for a particular droplet - We can potentially let the other users select the specific droplet they want access to, but that depends on whether we want them to know which all IECSE droplets exist This means we will have to add - one more model, - two more admin routes - addDroplet - deleteDroplet - Modify the existing models to use Droplet name instead of IP
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/DAMN#12
No description provided.