-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
367 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Accounts | ||
|
||
## From Email Scan | ||
|
||
| Name | Email | Category | Notes | | ||
| :-----: | :-----: | :---------: | ------- | | ||
| Airtable | [email protected] and [email protected] | Tools | Remove | | ||
| Akaunting | [email protected] | Finance - Accounting | Remove | | ||
| Anthropic | [email protected] | AI | TBD | | ||
| BILL | [email protected] | Finance - Accounting | Remove | | ||
| Cal.com | [email protected] | Tools | Migrate to Self Hosted | | ||
| Relume | [email protected] | AI + Frontend | TBD | | ||
| TidyCal | [email protected] | Tools | Decide vs. cal.com, calendly | | ||
| Delighted | [email protected] | Unknown | TBD | | ||
| Upwork | [email protected] and [email protected] and [email protected] | Freelance | Keep | | ||
| Dun & Bradstreet (D&B) | [email protected] and [email protected] | Finance +Marketing | Keep | | ||
| Eraser | [email protected] | Tools | Mindmapping tool - TBD | | ||
| Fly.io | [email protected] | Cloud | Keep and Review | | ||
| Process Street | <[email protected]> | Automation + Tools + AI | TBD | | ||
| GitMind | <[email protected]> | Tools | Mindmapping tool - TBD | | ||
| Google Cloud Startups | [email protected] | Cloud + Finance + Marketing | TBD | | ||
| Jotform | [email protected] and [email protected] | Unknown | TBD | | ||
| Roadmap.sh | <[email protected]> | Training + Docs | Keep | | ||
| Loom | [email protected] and [email protected] and [email protected] and [email protected] | Tools | Keep + Review Expired Trial Subscription | | ||
| Relay | [email protected] and [email protected] | Finance | Keep | | ||
| Codejet | <[email protected]> | AI | TBD | | ||
| Porkbun | [email protected] | DNS | Keep | | ||
| Rollbar | [email protected] | Errors and Logs | Keep | | ||
| Stack Overflow for Teams | <[email protected]> | Tools + Docs + Social | Keep | | ||
| Stripe | [email protected] | Finance | Keep | | ||
| Coterie Insurance | [email protected] | Insurance | Keep | | ||
| Termly | [email protected] | Legal | Keep | | ||
| Tivly | [email protected] | Unknown | TBD | | ||
| Webflow | [email protected] | Frontend + AI | TBD | | ||
| Sumo? | [email protected] | Unknown | TBD | | ||
| Twitter X | [email protected] | Social | Keep | | ||
| Zapier | [email protected] | Tools + Automation + AI | Keep | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
# Login Page | ||
|
||
- [ ] **Logo**: Add your *full-color, complete logo or a symbol-mark logo* to the the page. | ||
|
||
- [ ] **Title**: Add a *title* to the page. Tell the user "this is where you login". | ||
|
||
- [ ] **Account Identification**: Add *username*, *email*, and/or *phone-number* input forms to the page. | ||
- [ ] Username Form | ||
- [ ] Email Form | ||
- [ ] Phone Number Form | ||
|
||
- [ ] **Password**: Add a *password* input form to the page. | ||
- [ ] Add ability to *show/hide* the password. | ||
- [ ] Add a *forgot password* link. | ||
- [ ] Add a *password strength* meter. | ||
|
||
- [ ] **Password Reset**: Add a *password reset* form to the page. | ||
- [ ] Add a *password reset* link. | ||
|
||
- [ ] **Login Button**: Add a *login* button to the page. | ||
|
||
- [ ] **Sign Up**: Add a *sign up* link to the page. | ||
|
||
- [ ] **Social Login**: Add *social login* buttons to the page. | ||
- [ ] GitHub | ||
|
||
- [ ] **Error Handling**: Add *error handling* to the page. | ||
|
||
- [ ] **Remember Me**: Add a *remember me* checkbox to the page. | ||
|
||
- [ ] **Privacy Policy**: Add a *privacy policy* link to the page. | ||
|
||
- [ ] **Terms of Service**: Add a *terms of service* link to the page. | ||
|
||
- [ ] **Cookie Policy**: Add a *cookie policy* link to the page. | ||
|
||
- [ ] **Legal**: Add a *legal* section to the page. | ||
- [ ] Privacy Policy | ||
- [ ] Terms of Service | ||
- [ ] Cookie Policy | ||
|
||
- [ ] **Footer**: Add a *footer* to the page. | ||
|
||
- [ ] **Responsive Design**: Ensure the page is *responsive*. | ||
|
||
- [ ] **Cross-Browser Compatibility**: Ensure the page is *compatible* with all major browsers. | ||
|
||
- [ ] **Testimonials**: Add *testimonials* to the page. |
51 changes: 51 additions & 0 deletions
51
docs/checklists/design-checklists/registration-page-checklist.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# Register / Sign-Up Page | ||
|
||
- [ ] **Logo**: Add your *full-color, complete logo or a symbol-mark logo* to the the page. | ||
|
||
- [ ] **Title**: Add a *title* to the page. Tell the user | ||
|
||
- [ ] **Description**: Add a *description* to the page. Tell the user "this is where you sign up". | ||
|
||
- [ ] **Account Identification**: Add *username*, *email*, and/or *phone-number* input forms to the page. | ||
- [ ] Username Form | ||
- [ ] Email Form | ||
- [ ] Phone Number Form | ||
|
||
- [ ] **Password**: Add a *password* input form to the page. | ||
- [ ] Add ability to *show/hide* the password. | ||
- [ ] Add a *password strength* meter. | ||
- [ ] Add *password requirements*. | ||
|
||
- [ ] **Password Confirmation**: Add a *password confirmation* input form to the page. | ||
|
||
- [ ] **Sign Up Button**: Add a *sign up* button to the page. | ||
|
||
- [ ] **Login**: Add a *login* link to the page. | ||
|
||
- [ ] **Social Login**: Add *social login* buttons to the page. | ||
- [ ] GitHub | ||
|
||
- [ ] **Error Handling**: Add *error handling* to the page. | ||
|
||
- [ ] **Privacy Policy**: Add a *privacy policy* link to the page. | ||
|
||
- [ ] **Terms of Service**: Add a *terms of service* link to the page. | ||
|
||
- [ ] **Cookie Policy**: Add a *cookie policy* link to the page. | ||
|
||
- [ ] **Legal**: Add a *legal* section to the page. | ||
- [ ] Privacy Policy | ||
- [ ] Terms of Service | ||
- [ ] Cookie Policy | ||
|
||
- [ ] **Footer**: Add a *footer* to the page. | ||
|
||
- [ ] **Responsive Design**: Ensure the page is *responsive*. | ||
|
||
- [ ] **Cross-Browser Compatibility**: Ensure the page is *compatible* with all major browsers. | ||
|
||
- [ ] |
27 changes: 27 additions & 0 deletions
27
docs/checklists/design-checklists/website-pages-checklist.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Website Pages | ||
|
||
- Login | ||
- Sign Up/Register | ||
|
||
- About | ||
- Team | ||
- FAQ | ||
- Contact | ||
- Press | ||
- Brand | ||
- Sitemap | ||
|
||
- Legal | ||
- Privacy Policy | ||
- Terms of Service | ||
- Cookie Policy | ||
|
||
- Errors | ||
- 404 | ||
- 500 | ||
|
||
- Pricing | ||
- Cart | ||
|
||
- Blog | ||
- Blog Post |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Title | ||
|
||
> [!NOTE] | ||
> - **Date**: {{ Date }} | ||
> - **Author**: {{ Author }} | ||
> - **Status**: {{ Status }} | ||
## Context and Problem Statement | ||
|
||
- {{ Context 1}} | ||
- {{ Context 2}} | ||
|
||
## Decision Drivers | ||
|
||
- {{ Driver 1 }} | ||
- {{ Driver 2 }} | ||
|
||
## Considered Options | ||
|
||
1. {{ Option 1 }} | ||
2. {{ Option 2 }} | ||
|
||
## Decision | ||
|
||
- {{ Decision 1 }} | ||
|
||
## Consequences | ||
|
||
- {{ Consequence 1 }} | ||
- {{ Consequence 2 }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
# Dependabot | ||
|
||
> [!NOTE] | ||
> - **Date**: 2024-03-26 | ||
> - **Author**: Jimmy Briggs <[email protected]> | ||
> - **Status**: Accepted | ||
## Context and Problem Statement | ||
|
||
**Dependabot** is a GitHub App that automates dependency updates for your projects. It creates pull requests to update dependencies in your project when new versions are released. Dependabot can be configured to update dependencies on a schedule or when new versions are released. The problem is that Dependabot can create a large number of pull requests, which can be overwhelming for maintainers. | ||
|
||
The problem is that Dependabot can create a large number of pull requests, which can be overwhelming for maintainers. This decision is to determine how to manage Dependabot pull requests to reduce the number of pull requests and make it easier for maintainers to review and merge them. | ||
|
||
At No Clocks, since we use and rely on open source software, we need to ensure that our projects are up-to-date with the latest security patches and bug fixes. Dependabot is a valuable tool for keeping our projects up-to-date, but we need to find a way to manage the pull requests it creates effectively. | ||
|
||
## Decision Drivers | ||
|
||
- Keep projects up-to-date with the latest security patches and bug fixes | ||
- Reduce the number of pull requests created by Dependabot | ||
- Make it easier for maintainers to review and merge Dependabot pull requests | ||
|
||
## Considered Options | ||
|
||
1. **Merge Dependabot pull requests automatically**: Automatically merge Dependabot pull requests when they are created | ||
2. **Merge Dependabot pull requests on a schedule**: Merge Dependabot pull requests on a schedule, such as once a week | ||
3. **Manually review and merge Dependabot pull requests**: Manually review and merge Dependabot pull requests as needed | ||
|
||
## Decision | ||
|
||
We have decided to **manually review and merge Dependabot pull requests**. This option allows us to review each pull request and ensure that the updates are compatible with our projects. It also gives us the opportunity to test the updates before merging them into our projects. | ||
|
||
## Consequences | ||
|
||
- **Pros**: | ||
- Allows us to review each update and ensure compatibility with our projects | ||
- Gives us the opportunity to test updates before merging them into our projects | ||
|
||
- **Cons**: | ||
- Requires manual effort to review and merge Dependabot pull requests | ||
- May delay the integration of updates into our projects | ||
- Increases the workload for maintainers | ||
|
||
*** | ||
|
||
## Example dependabot.yml | ||
|
||
The following is an example [`.github/dependabot.yml`](.github/dependabot.yml) configuration file that specifies the | ||
update schedule for various *package ecosystems*, in this case `npm`, `docker`, and `github-actions`: | ||
|
||
```yaml | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "npm" | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" | ||
ignore: | ||
- dependency-name: "*" | ||
update-types: ["version-update:semver-major"] | ||
- package-ecosystem: "docker" | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" | ||
``` | ||
## References | ||
- [Dependabot Documentation](https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/about-dependabot-version-updates) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Architectural Decision Records (ADR) Index | ||
|
||
> [!NOTE] | ||
> At No Clocks, we use [Architectural Decision Records (ADRs)](https://adr.github.io/) to document the architectural | ||
> decisions made on our projects and products. | ||
> | ||
> This index provides an overview of all the ADRs in the repository. | ||
## Overview | ||
|
||
In order to ensure that decisions are reviewed and implemented in a timely manner, we use ADRs to document the context, problem statement, decision, and consequences of each decision. This allows us to track the evolution of our architecture and understand the rationale behind each decision. | ||
|
||
The workflow involved is detailed as follows: | ||
|
||
1. **Create a new ADR**: When a a concern is raised, or a decision is made, a new ADR is created to document the context, problem statement, decision, and consequences. | ||
1. **Create a pull request**: The ADR is created in a new branch and a pull request is opened to review the decision. | ||
1. **Review and merge**: The decision is reviewed by the team and merged into the main branch once approved. | ||
1. **Update the index**: The index is updated to include the new ADR. | ||
|
||
## Index | ||
|
||
- [00-template](00-template.md): A template for creating new ADRs. | ||
- [01-dependabot](01-dependabot.md): Decision to manually review and merge Dependabot pull requests. | ||
- [02-branching-strategy](02-branching-strategy.md): Decision to utilize Git Branching Best Practices. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
# Tax Deductions | ||
|
||
## Overview | ||
|
||
Tax deductions are expenses that can be subtracted from your taxable income to reduce the amount of income that is subject to tax. The amount of tax you owe is calculated based on your taxable income, which is your total income minus deductions and exemptions. | ||
|
||
## Types of Tax Deductions | ||
|
||
There are two types of tax deductions: standard deductions and itemized deductions. | ||
|
||
### Standard Deductions | ||
|
||
The standard deduction is a fixed amount that is set by the IRS each year. It is available to all taxpayers and is based on your filing status. The standard deduction is designed to simplify the tax-filing process by allowing you to deduct a set amount from your taxable income without having to itemize your deductions. | ||
|
||
### Itemized Deductions | ||
|
||
Itemized deductions are expenses that you can deduct from your taxable income if you meet certain criteria. Itemized deductions can include things like medical expenses, mortgage interest, state and local taxes, and charitable contributions. To claim itemized deductions, you must file Form 1040 and itemize your deductions on Schedule A. | ||
|
||
## Common Tax Deductions | ||
|
||
There are many different types of tax deductions that you may be eligible for, depending on your individual circumstances. | ||
|
||
Some common tax deductions include: | ||
|
||
- Self-Employment Tax: If you are self-employed, you can deduct the employer portion of your self-employment tax from your taxable income. | ||
|
||
- Home Office: Deduct $5 per square foot of your home that is used for business purposes, up to a maximum of 300 square feet. | ||
|
||
- Health Insurance Premiums: If you are self-employed, you can deduct the cost of health insurance premiums for yourself, your spouse, and your dependents. | ||
|
||
- Startup Expenses: If you are starting a new business, you can deduct up to $5,000 in startup expenses in your first year of business. | ||
|
||
- Retirement Contributions: You can deduct contributions to a traditional IRA, 401(k), or other retirement account from your taxable income. | ||
|
||
- Charitable Contributions: You can deduct donations to qualified charitable organizations from your taxable income. | ||
|
||
- Office Supplies: You can deduct the cost of office supplies that are used for business purposes. They are 100% deductible and can be written off up to $2,500 worth. | ||
|
||
- Travel Expenses: You can deduct the cost of travel expenses that are related to your business, such as airfare, hotel accommodations, and meals. | ||
|
||
- Advertising and Marketing: You can deduct the cost of advertising and marketing expenses that are related to your business. | ||
|
||
- Education Expenses: You can deduct the cost of education expenses that are related to your business, such as tuition, books, and supplies. | ||
|
||
- Legal and Professional Fees: You can deduct the cost of legal and professional fees that are related to your business. | ||
|
||
- Business Insurance: You can deduct the cost of business insurance premiums from your taxable income. | ||
|
||
- Credit and Loan Interest: You can deduct the cost of interest on business loans and credit cards from your taxable income. | ||
|
||
- Phone Bills: You can deduct the cost of phone bills that are used for business purposes. | ||
|
||
- Club and Membership Fees: You can deduct the cost of club and membership fees that are related to your business. | ||
|
||
- Internet Service Provider Fees: You can deduct the cost of internet service provider fees that are used for business purposes. | ||
|
||
- Software and Subscriptions: You can deduct the cost of software and subscriptions that are used for business purposes. | ||
|
||
- Equipment and Supplies: You can deduct the cost of equipment and supplies that are used for business purposes. | ||
|
||
- Rent and Lease Payments: You can deduct the cost of rent and lease payments that are related to your business. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
You are an Expert SOCIAL MEDIA STRATEGIST. Your task is to COMPOSE a CAPTIVATING Twitter post. | ||
|
||
Follow these steps: | ||
|
||
1. IDENTIFY the core message or theme of the Twitter post you wish to convey. | ||
2. CONSIDER your target audience and what type of content resonates with them. | ||
3. CRAFT a concise message that delivers your point CLEARLY and EFFECTIVELY within the 280-character limit of a tweet. | ||
4. INCORPORATE relevant hashtags to increase the visibility of your post. | ||
5. ENGAGE your audience by asking a question or encouraging them to take action, such as retweeting or replying. | ||
6. PROOFREAD your tweet for clarity, grammar, and spelling before posting. | ||
|
||
You MUST ensure that every word in your tweet is purposeful and contributes to the overall impact of the message. |