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

Some file cleanup #325

Merged
merged 4 commits into from
Aug 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.10
FROM python:3.11

WORKDIR /crm-helpdesk
WORKDIR /customer-success

COPY docs/requirements.txt docs/requirements.txt
RUN pip install -r docs/requirements.txt
38 changes: 19 additions & 19 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
// For format details, see https://aka.ms/vscode-remote/devcontainer.json
{
"name": "cal-itp/crm-helpdesk",
"name": "cal-itp/customer-success",
"dockerComposeFile": ["../compose.yml"],
"service": "docs",
"runServices": ["docs"],
"workspaceFolder": "/crm-helpdesk",
"workspaceFolder": "/customer-success",
"postStartCommand": [],
"postAttachCommand": [],
// Set *default* container specific settings.json values on container create.
"settings": {
"terminal.integrated.defaultProfile.linux": "bash",
"terminal.integrated.profiles.linux": {
"bash": {
"path": "/bin/bash"
}
"customizations": {
"vscode": {
"settings": {
"terminal.integrated.defaultProfile.linux": "bash",
"terminal.integrated.profiles.linux": {
"bash": {
"path": "/bin/bash"
}
}
},
"extensions": [
"DavidAnson.vscode-markdownlint",
"eamodio.gitlens",
"mhutchie.git-graph",
"esbenp.prettier-vscode"
]
}
},
// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"ms-python.python",
"ms-python.vscode-pylance",
"DavidAnson.vscode-markdownlint",
"eamodio.gitlens",
"mhutchie.git-graph",
"esbenp.prettier-vscode"
]
}
}
18 changes: 18 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "github-actions"
# Workflow files stored in the
# default location of `.github/workflows`
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "chore"
include: "scope"
labels:
- "dependencies"
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
desk-to-hubspot/data/desk/*.json
desk-to-hubspot/data/hubspot/*.csv
.DS_Store
6 changes: 1 addition & 5 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,5 @@
"editor.unicodeHighlight.ambiguousCharacters": false,
"editor.unicodeHighlight.invisibleCharacters": false,
"editor.wordWrap": "on"
},
"python.formatting.provider": "black",
"python.linting.flake8Enabled": true,
"python.linting.enabled": true,
"python.languageServer": "Pylance"
}
}
24 changes: 10 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
# CRM / Helpdesk
# Customer Success

This repository contains customer service and CRM tasks and related code.

## Projects

* [Desk to Hubspot ticket conversion](desk-to-hubspot/)
This repository contains customer service and CRM tasks and documentation.

## About the Repo

We use CRM / Helpdesk repo to track all requests, questions and new users for the CRM. You can find all form templates below to add an issue for the CRM:
We use this repo to track all requests, questions and new users for the CRM. You can find all form templates below to add an issue for the CRM:

| Template Form | Description |
| ------- | ------------ |
| [Feature Request Form](https://github.com/cal-itp/crm-helpdesk/issues/new?assignees=&labels=feature&template=feature-request-form.yml&title=%5BFeature+Request%5D%3A+) | Add new features for the CRM. |
| [New User Request Form](https://github.com/cal-itp/crm-helpdesk/issues/new?assignees=anthonyrollins&labels=new-user&template=new-user_request_form.yml&title=%5BNew+User+Request%5D%3A+) | Request CRM access for a new user. |
| [Property Request Form](https://github.com/cal-itp/crm-helpdesk/issues/new?assignees=&labels=property&template=property-request-form.yml&title=%5BProperty+Request%5D%3A+) | Request a new property in the CRM. |
| [Question Request Form](https://github.com/cal-itp/crm-helpdesk/issues/new?assignees=&labels=question&template=question-request-form.yml&title=Question%3A+) | Ask a general question about the CRM. |
| [Reporting Request Form](https://github.com/cal-itp/crm-helpdesk/issues/new?assignees=&labels=reporting&template=reporting_request_form.yml&title=%5BReporting+Request%5D%3A+) | Request a new CRM metric and or report. |
| [Deals Pipeline Request Form](https://github.com/cal-itp/crm-helpdesk/issues/new?assignees=&labels=deals-pipeline&template=deals-pipelines-request-form.yml&title=%5BDeals+Pipeline+Request%5D%3A+) | Request a new deals pipeline in the CRM.
| [CRM Record Update Form](https://github.com/cal-itp/crm-helpdesk/issues/new?assignees=&labels=crm-update&template=crm-record-update.yml&title=%5BCRM+Record+Update%5D%3A+) | Request an record update to the CRM (Use [Internal Support Pipeline](https://app.hubspot.com/contacts/5519226/objects/0-5/views/9946408/board))
| [Feature Request Form](https://github.com/cal-itp/customer-success/issues/new?assignees=&labels=feature&template=feature-request-form.yml&title=%5BFeature+Request%5D%3A+) | Add new features for the CRM. |
| [New User Request Form](https://github.com/cal-itp/customer-success/issues/new?assignees=anthonyrollins&labels=new-user&template=new-user_request_form.yml&title=%5BNew+User+Request%5D%3A+) | Request CRM access for a new user. |
| [Property Request Form](https://github.com/cal-itp/customer-success/issues/new?assignees=&labels=property&template=property-request-form.yml&title=%5BProperty+Request%5D%3A+) | Request a new property in the CRM. |
| [Question Request Form](https://github.com/cal-itp/customer-success/issues/new?assignees=&labels=question&template=question-request-form.yml&title=Question%3A+) | Ask a general question about the CRM. |
| [Reporting Request Form](https://github.com/cal-itp/customer-success/issues/new?assignees=&labels=reporting&template=reporting_request_form.yml&title=%5BReporting+Request%5D%3A+) | Request a new CRM metric and or report. |
| [Deals Pipeline Request Form](https://github.com/cal-itp/customer-success/issues/new?assignees=&labels=deals-pipeline&template=deals-pipelines-request-form.yml&title=%5BDeals+Pipeline+Request%5D%3A+) | Request a new deals pipeline in the CRM.
| [CRM Record Update Form](https://github.com/cal-itp/customer-success/issues/new?assignees=&labels=crm-update&template=crm-record-update.yml&title=%5BCRM+Record+Update%5D%3A+) | Request an record update to the CRM (Use [Internal Support Pipeline](https://app.hubspot.com/contacts/5519226/objects/0-5/views/9946408/board))
17 changes: 3 additions & 14 deletions compose.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,14 @@
name: cal-itp/crm-helpdesk
name: customer-success

services:
docs:
build:
context: .
dockerfile: .devcontainer/Dockerfile
image: cal-itp/crm-helpdesk:docs
image: cal-itp/customer-success:docs
entrypoint: []
command: sleep infinity
ports:
- "8000"
volumes:
- ./:/crm-helpdesk

notebooks:
image: jupyter/scipy-notebook:notebook-6.4.12
command: start-notebook.sh --NotebookApp.token=''
working_dir: /home/jovyan/work
environment:
- GRANT_SUDO=yes
- DOCKER_STACKS_JUPYTER_CMD=notebook
user: root
volumes:
- ../:/home/jovyan/work
- ./:/customer-success
24 changes: 0 additions & 24 deletions desk-to-hubspot/README.md

This file was deleted.

Loading