---
###### tags: `Dungeon Master`
---
# Raids
### Raids Landing
- This initial landing page displays all the available raids.
- Left navigation provides a way to sort raids by status tags:
- `All Raids`
- `Awaiting`
- `Lost`
- `Preparing`
- `Raiding`
- `Shipped`
- `Consultation`
- You can also search for a particular raid by name in the upper search bar, or sort by `Alphabetical` or `Last Modified` in the pull down menu.

### View Raids
- Select the category of raids you would like displayed from the navigation on the left.
- The total amount of raids for each category will be displayed at the top.
- The default view of a raid card displays the following elements:
- Name of the raid
- Current status (badge):
- `Awaiting`
- `Preparing`
- `Raiding`
- `Lost`
- `Shipped`
- Start date and time
- *Expected Deadline (currently missing)*
- Project Description
- Budget
- `< $5k`
- `$5k - $20k`
- `$20k - $50k`
- `$50k +`
- `Not Sure`
- Category
- `Design Sprint`
- `Full Stack`
- `Wizarding`
- `Backend`
- `Frontend`
- `Marketing`
- Project Type
- `New`
- `Existing`
- Roles Needed
- Added by the cleric when forming a raid party
- Services Required
- `DAO (Design, Deployment)`
- `Development (Frontend, Backend)`
- `Marketing (Social MEdia, Copywriting, Memes/GIFs)`
- `Motion Design (Video, Explainers, Sticker Packs)`
- `NFTs (Contracts, Art , Tokenomics)`
- `Smart Contracts (Solidity, Audits)`
- `Strategy (Product, Launch Planning, Agile)`
- `Tokenomics (Incentives, Distribution, Rewards)`
- `UX (Research, Testing, User Stories)`
- `UI (Interface Design, Interaction Design)`
- `Visual Design (Branding, Illustration, Graphic)`
- `Help me figure out what I need`
- To view more details of a raid, click the `View Details` button on the upper right corner of the raid card.
- A loading page will appear that will suck you into an alternate dimension of extreme boredom, fear and confusion.
### Search Raids
- Above the raid cards is a search field where you can enter a raid name.
- Visible cards will be sorted by your search criteria.
### Sort Raids
- Raids can be sorted with the drop down menu to the right of the search bar:
- `Alphabetical`: displays cards in alphabetical order from symbol to number, to A-Z.
- `Last Modified`: displays the raid card with most recent changes.

### View Details
- The details of any raid card can be expanded by clicking the `View Details` button in the upper right corner of the card.
- Additional project details include:
- Project Details:
- Desired Delivery: the clients expected delivery date for finished work
- Specs: a link to any supplemental information provided by the client in the Hire Us form.
- Delivery Priorities:
- `Fast & Polished`
- `Fast & Inexpensive`
- `Polished & Inexpensive`
- Key Links:
- Consultation Hash: link to etherscan to display the transaction of the consultation payment.
- `+Add Link`: (not yet functional)
- Client Point of Contact:
- `Contact`
- `Email`
- `Discord`
- `Telegram`
- `Bio`
- Additional Info:
- `Legacy ID`: (unsure)
- `Escrow Index`: link to the Smart Escrow for the raid
- `Locker Hash`: link to the Safe for the raid

- Click on `Show More` to expand and contract text for relevant sections.
- Click on the carrots on the right to expand and contract text for each section.
- On the right side of the view you will find the following elements:
- `Raid Status`: Click the button to display a modal for changing the status
- `Raid Party`:
- Cleric: automatically assigned by the person that creates the raid. Click the button to change the cleric of the raid.
- Recruiting: the raid is currently awaiting raider assignments. Click `+ Add Role or Raider` to signal the desire to recruit a specific raider class.
- Raiders: displays raiders that are currently assigned to the raid. Only the Cleric assigned to the raid can change raid member assignments.
- `Project Tags`: (currently not functional) displays the sort tags for the raid card. Click `+Add Tag` to add a new tag to the card.

### View Consultations
- To view current consultations, navigate to the bottom tag on the left navigation bar to find `Consultations`.
- The pre-raid consultation card displays the following elements:
- Project Name
- Paid Icon: 💲= Paid submission
- Status: `Pending Consultation`
- Date Submitted
- Project Description
- Budget
- Project Type
- Service Required

### Create Raid
- When viewing a consultation card, click on the `View Details` button in the upper right corner of the card.
- Click the `Create Raid` button in the upper right.
- A toast appears to confirm the changed status of the raid to `Preparing` and directs you to the detailed view of the active raid.


### Cancel Raid
- When viewing a raid card with the badge `Pending Consultation`, click on `View Details` in the upper right.
- Click on `Cancel` button.
- In the modal, click `Confirm Cancel` to execute the cancelation of the raid.
- A confirmation toast will be displayed.


### Update Status
- While viewing a raid card, click on the current status in the upper right to display a modal.
- Select the desired status for the raid. The current status will reflect this change.

### Update Raid Details
- While viewing a raid card, click on the `Update` button in the upper right.
- A modal will popup to display the following form fields:
- Raid Name
- Raid Category:
- `Design Sprint`
- `Full Stack`
- `Wizarding`
- `Backend`
- `Frontend`
- `Marketing`
- Raid Start Date (UTC): (click to display calendar)
- Raid End Date (UTC): (click to display calendar)
- Invoice Address: *(currently not functional)*
- Click the `Update Raid` button to confirm changes.
- A confirmation toast will be displayed.

### Add Raider
- When you click on `+Add Role or Raider`, `Add Raider` and `Add Role` buttons will be displayed.
- Click on `Add Raider` to display a select list of all RaidGuild members. Choose a member and click `Add` button.
- Click the `X` button to cancel the action.
- A confirmation toast will be displayed and the raider will be added to the *Raiders* heading of your raid party.




### Add Role
- When you click on `+Add Role or Raider`, `Add Raider` and `Add Role` buttons will be displayed.
- Click on `Add Role` to display a select list of all RaidGuild roles. Choose a role and click `Add` button.
- Click the `X` button to cancel the action.
- A confirmation toast will be displayed and the raider will be added to the *Raiders* heading of your raid party.



### Add Update
- In detailed view of a raid card, updates (comments) can be added by clicking the `Add Update` button on the bottom right.
- Upon clicking the button, a form field is displayed to enter relevant text updates. Click `Submit` to confirm changes or `Cancel` to back out.
- A confirmation toast will be displayed upon execution. Text update will be displayed under the Status Updates heading with the date, time, and user of the submission.


