Creating Your First Project
Projects in AtomicQMS are where you store and manage related quality documents. Think of a project like a binder or folder for a specific protocol, study, or set of SOPs.
What is a Project?
A project (sometimes called a repository) contains:
- Quality documents (protocols, SOPs, forms)
- Version history for all changes
- Comments and discussions
- Approval workflows
- Audit trails
Example projects:
- PCR Standard Operating Procedures
- Animal Study Protocol 2024-001
- Lab Safety Procedures
- Quality Control Documentation
- Cell Culture Protocols
Creating a Project
From Your Dashboard
- Sign in to AtomicQMS
- Click the "+" icon or "New Project" button
- Fill in the project details
- Click "Create Project"
Project Details
Name
- Use descriptive names (e.g., "PCR SOPs" not "Project1")
- Keep it concise (50 characters or less)
- Use consistent naming across your organization
Description (optional)
- Brief summary of what this project contains
- Who should use these documents
- Any special requirements or notes
Visibility
- Private - Only you and invited collaborators can see it
- Public - Anyone in your organization can view it
- Internal - Visible to all organization members
Initialize with README (recommended)
- Creates a README file that describes your project
- Good place to put project overview and guidelines
Project Structure
Folders and Files
Organize your documents with folders:
PCR-SOPs/
├── README.md
├── Protocols/
│ ├── standard-pcr-protocol.md
│ ├── rt-pcr-protocol.md
│ └── qpcr-protocol.md
├── Forms/
│ ├── pcr-checklist.md
│ └── reagent-preparation.md
└── Equipment/
└── thermocycler-maintenance.md
Document Naming
Best practices:
- Use descriptive names
- Include version or date if needed
- Avoid spaces (use hyphens or underscores)
- Use consistent extensions (.md, .pdf, .docx)
Examples:
cell-culture-sop-v2.mdsafety-training-checklist.pdfequipment-qualification-2024.docx
Adding Documents
Upload Files
- Open your project
- Click "Add file" → "Upload files"
- Drag and drop or browse for files
- Add a commit message (e.g., "Add initial PCR protocol")
- Click "Commit changes"
Create New File
- Click "Add file" → "Create new file"
- Enter filename (e.g.,
protocol.md) - Add content
- Add a commit message
- Click "Commit new file"
Supported Formats
- Markdown (.md) - Recommended for protocols and SOPs
- PDF (.pdf) - For finalized documents
- Word (.docx) - For documents that need rich formatting
- Images (.png, .jpg) - For diagrams and photos
- Spreadsheets (.xlsx, .csv) - For data tables
Project Settings
General Settings
- Change project name or description
- Adjust visibility settings
- Archive or delete the project
Permissions
- Set who can view the project
- Define who can edit documents
- Control approval requirements
Features
- Enable/disable issues and discussions
- Configure approval workflows
- Set up notifications
Project Templates
Create reusable templates for common project types:
- SOP Template - Standard operating procedures
- Protocol Template - Research protocols
- Study Documentation - Clinical study documents
- Quality Control - QC procedures and checklists
Templates help maintain consistency across your organization.
Version Control
Every change to your project is tracked:
- Who made the change
- When it was made
- What was changed
- Why it was changed (commit message)
You can:
- View complete history
- Compare versions
- Restore previous versions
- Track who approved changes
Collaboration Features
Issues
- Track questions or problems
- Assign to team members
- Link to specific documents
Pull Requests
- Propose changes to documents
- Request review and approval
- Discuss changes before merging
Comments
- Add inline comments to documents
- Start discussions about specific sections
- Tag team members for input
Best Practices
- Clear naming - Use descriptive project names
- Good structure - Organize with folders
- README files - Document project purpose and guidelines
- Commit messages - Write clear descriptions of changes
- Regular updates - Keep documents current
- Access control - Only grant necessary permissions
Example: Creating a Lab SOP Project
- Click "New Project"
- Name:
lab-safety-sops - Description:
Standard operating procedures for laboratory safety - Visibility:
Internal(all lab members can view) - Check "Initialize with README"
- Create folders:
general-safety/chemical-safety/biological-safety/equipment-safety/
- Upload or create SOPs in each folder
- Invite team members with appropriate permissions
Next Steps
- Invite collaborators to your project
- Learn about version control
- Set up approval workflows
Need Help?
Contact [email protected] for assistance with project setup.