Skip to content

New Student Onboarding

Jesse edited this page Nov 21, 2025 · 11 revisions

Welcome to the Applications Development Practicum! This checklist is your starting point for setting up your environment and getting access to all team resources.


Step 1: Required Accounts

To work effectively within the practicum, you must have the following accounts set up.

⚠️ ATTENTION: Starting Spring 2025 you will be required to use your Seattle Colleges email for Notion and Figma access. It is advised to change your Notion email to a personal one after you graduate so that you do not lose access.

Platform Purpose & Access Notes
GitHub Primary code hub. You should already have a GitHub account. To request access to project repositories, you must reach out to the TPM or Security Administrator. Be sure to add your name to your GitHub profile so we know who you are!
Slack Day-to-day communication. You should already be on Slack. If you are not, contact your instructor.
Figma UI/UX Design. Used for mockups, prototypes, and user experience flows.
Postman API Testing. Built-in API client for creating and sending HTTP, GraphQL, and gRPC requests to test API functionality and retrieve data.
Notion Legacy Documentation. Currently serves as a secondary wiki. If you are tasked with doing research, it is advised to make a Notion page so the rest of the team can see your work. You will need to request access for editing permissions from your instructor.

Step 2: Environment Setup

Install and configure all essential tools needed for development.

Tool Purpose Status
Git Version Control System. Must be configured with your GitHub email. ☐
IDE (VS Code) Your primary code editor. ☐
Node.js / npm Runtime environment for most web projects. ☐
Other CLI Tools (e.g., Docker, Python/Pip, depending on project) ☐

Need help with setup? The Git and IDE/Text Editors guide provides step-by-step installation instructions.


Step 3: Required Reading & Review

These guides cover essential team processes, workflow, and professional conduct.

  • Practicum Workflow: Review the structure of our two-week sprints and meeting rhythm.
  • GitHub Workflow: Understand the 7-step process from Issue Creation to PR Review.
  • Code of Conduct: Review the professional and ethical standards for team membership.

Step 4: First-Week Checklist

Task Description Status
Introduce Yourself Post a short intro in the #general Slack channel. ☐
Review Team Directory Familiarize yourself with your PMs and Leads. ☐
Clone Project Repo Get the code for your assigned project onto your machine. ☐
Attend Monday Meeting Join the first team meeting for updates and Sprint Planning. ☐

Clone this wiki locally