Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CRUD for From/To Service Checks #27

Open
cocoastorm opened this issue Oct 17, 2018 · 2 comments
Open

CRUD for From/To Service Checks #27

cocoastorm opened this issue Oct 17, 2018 · 2 comments
Assignees

Comments

@cocoastorm
Copy link
Member

Once that PR gets merged... can look into creating routes and implementing CRUD for From/To Service Checks

Would be nice to have a discussion on what to the database schema could start looking like. As @AlbinoDrought started his initial work on the notification base, it would be invaluable to have his input 👍

Here's what the initial database schema could look like imo:

tableName: services

- id [PK]
- user_id [FK][users]
- name
- type [to, from]

tableName: checks or actions

- id [PK]
- service_id [FK][services]
- process [request, ping, etc]
- source [ip, domain, etc]

Not too sure how the actions for each service should be stored...

@cocoastorm
Copy link
Member Author

bump, @AlbinoDrought, @aliahmad-code

@AlbinoDrought
Copy link
Member

Database schema for to-service checks already exists in #30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants