Skip to content
Faraz Akhtar edited this page May 26, 2022 · 28 revisions

Welcome to the business.nj.gov wiki!

πŸš€ πŸ”§ View the DEV site

πŸš€ 🧱 View the STAGING site

πŸš€ πŸŽ‰ View the PROD site

πŸͺ¨ Milestones

πŸ”¬ Discovery Board

πŸ—‚οΈ Sprint Delivery Board

🎨 Figma designs

🎨 Story Book

πŸ” Deadlinks page (restricted-access)

Detailed Guides

How to add/edit roadmap/task content

How to add/edit contextual info

How to edit site copy

Copy Edits - Quick Reference

Links to folders

Tasks Template

Filename: task-all-lowercase-and-hyphenated.md

---
id: "task-id-can-be-anything"
urlSlug: "lowercase-hyphenated-will-show-in-browser"
name: "The Name of the Task"
callToActionLink: "www.example.com"
callToActionText: "Read the Requirements"
---

## I am a header text

I am a paragraph text with a `contextual info|id-of-contextual-info` link in it.

||
|---|
| **Destination:** City Clerk |

[I am an external link](www.nj.gov)

Contextual Info

Add it to any markdown file contents with: `contextual info|id-of-contextual-info`

Template

Filename: id-of-contextual-info.md

---
---

### I am a header

I am a **bolded** paragraph text with a `contextual info|id-of-contextual-info` link in it
and [an external link](www.nj.gov) in it.

Add-Ons Template

Filename: home-contractor.json

[
  {
    "step": 4,
    "weight": 50,
    "task": "floor-plan-approval-doh"
  },
  {
    "step": 4,
    "weight": 10,
    "task": "food-safety-course"
  }
]

Modifications Template

Filename: cosmetology.json

[
  {
    "taskToReplaceFilename": "check-site-requirements",
    "replaceWithFilename": "check-site-requirements-cosmetology"
  }
]

Reminders

When editing files with template syntax that looks like ${someWordsHere}, do not change the name of that text, just rearrange the text around it. For example:

stepXofYTemplate: "Step ${currentPage} of ${totalPages}",

This can become You are on step ${currentPage} (example of changing the text, CORRECT) But cannot become Step ${page} of ${somethingElse} (example of changing the variable names, INCORRECT)

Running velocity:

sprint 4: 11

sprint 5: 9

sprint 6: 7

sprint 7: 12

sprint 8: 9

sprint 8: 12

3-week average: 11

Clone this wiki locally