|
| Design Package |
| Components |
|
|
Samples/Examples & Notes |
| Design Brief |
| The
design brief attempts to describe the brand in visual terms based on the
overall Brand Brief at the top of
the site content plan. the plan uses a combination of design element
descriptions and keywords to convey the essence of the business. |
| Organization
Description |
|
Provides a summary description of the organization including
products, services, mission, target customer etc |
| |
|
{{$website_request->org_desc}} |
| Organization Goals |
|
Describes the goals of the organization and what they hope to
achieve with the site in terms of the image they project and the products or
services they provide to their customers |
| |
|
{{ $website_request->org_goals }} |
| Brand Personality |
|
The business identified the following keywords in the design
intake to be used to establish the visual personality of the web site |
| |
|
{{ implode(", ",$visual_personality_words) .
$website_request->brand_keywords }} |
| Overall
Look & Feel |
|
{{ $website_request->look_feel_label }} |
| Customer
profile |
|
|
|
| Type of
organization |
|
{{
$website_request->org_type_map }} |
Describe the type of customer or
patron the organization serves |
| Gender |
|
{{
$website_request->target_demographic_label }} |
Describe the gender mix of the
customer or patron the organization serves |
| Age |
|
{{
$website_request->age_group_label }} |
|
| Demographic |
|
{{
$website_request->customer_demographic }} |
Describe the socio-economic
profile of the customer or patron the organization serves |
| Design Guidelines |
| Design guidelines combine customer choices and
recommendations from the content strategist related to choices made by the
customer and/or recommendations based on boomtime's design philosophy as
described in the Brief |
@include('website.exports._design_plan_export', [
'type' => \App\Models\Design_Plan::DESIGN_PLAN_TYPE_ARCHETYPE,
'design_direction' => $design_plan->archetype_design_direction,
'development_direction' => $design_plan->archetype_dev_direction,
])
@include('website.exports._design_plan_export', [
'type' => \App\Models\Design_Plan::DESIGN_PLAN_TYPE_LAYOUT_THEME,
'design_direction' => $design_plan->layout_design_direction,
'development_direction' => $design_plan->layout_dev_direction,
])
@include('website.exports._design_plan_export', [
'type' => \App\Models\Design_Plan::DESIGN_PLAN_TYPE_COLOR,
'design_direction' => $design_plan->color_design_direction,
'development_direction' => $design_plan->color_dev_direction,
])
@include('website.exports._design_plan_export', [
'type' => \App\Models\Design_Plan::DESIGN_PLAN_TYPE_PHOTOS,
'design_direction' => $design_plan->photo_design_direction,
'development_direction' => $design_plan->photo_dev_direction,
])
@include('website.exports._design_plan_export', [
'type' => \App\Models\Design_Plan::DESIGN_PLAN_TYPE_ICONS,
'design_direction' => $design_plan->icon_design_direction,
'development_direction' => $design_plan->icon_dev_direction,
])
@include('website.exports._design_plan_export', [
'type' => \App\Models\Design_Plan::DESIGN_PLAN_TYPE_PATTERNS,
'design_direction' => $design_plan->pattern_design_direction,
'development_direction' => $design_plan->pattern_dev_direction,
])
@include('website.exports._design_plan_export', [
'type' => \App\Models\Design_Plan::DESIGN_PLAN_TYPE_TEXTURES,
'design_direction' => $design_plan->texture_design_direction,
'development_direction' => $design_plan->texture_dev_direction,
])
@include('website.exports._design_plan_export', [
'type' => \App\Models\Design_Plan::DESIGN_PLAN_TYPE_TYPOGRAPHY,
'design_direction' => $design_plan->typography_design_direction,
'development_direction' => $design_plan->typography_dev_direction,
])
| Inspiration Sites |
| Inspiration sites are sites selected by the
content strategists with comments about the parts of each site selected that
the strategist believes the designer will benefit from or that map to
comments made by the customer |
@if(!empty($inspiration_sites))
@foreach($inspiration_sites as $inspiration_site)
| Inspriation
site #{{ $loop->iteration }} |
|
{{ $inspiration_site->url }} |
| |
|
{{
$inspiration_site->characteristics }} |
{{
$inspiration_site->comments }} |
@endforeach
@endif
| #5 - Integration - Work
Performed by boomtime |
|
|
|
| Integration of plugins, boomtime components (IGCs)
and third party applications are completed by inside teams (ie not by
independent web site developers) based on requirements of the design package.
Where required images will be specified |
@if ($design_plan->feature_dev_direction)
| Developer Directions |
|
{{ $design_plan->feature_dev_direction }} |
@endif
Plugins
|
|
Fuse Widgets
|
|
@foreach($website_functionality as $functionality)
| |
|
{{ $functionality }} |
@endforeach
| |
|
|
|