Last active
October 29, 2024 07:58
-
-
Save anhedonix/3bcddc8660a6006913dddb9b95cd09b0 to your computer and use it in GitHub Desktop.
Revisions
-
anhedonix revised this gist
Oct 29, 2024 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -91,10 +91,10 @@ flowchart TB M --> OS[Optional Services<br/>SEO, content updates<br/>feature additions] %% Styling classDef stage fill:#2196F344 classDef decision fill:#FFA72644 classDef payment fill:#4CAF5044 classDef maintenance fill:#9C27B044 class S1,S2,S3,S4,S5 stage class D1,D2,D3,D4,D5 decision -
anhedonix revised this gist
Oct 29, 2024 . 1 changed file with 64 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -37,6 +37,70 @@ flowchart TB class Pay1,Pay2 payment class M,MS,OS maintenance ``` ## Overview with Payment and Change Requests ``` mermaid flowchart TB %% Project Start and Initial Fixed Payment Start([Project Start]) --> Init[Project Initialization] Init --> Pay1[Initial Payment<br/>50% Fixed Fee - ₹2,00,000<br/>Covers Stage 1 & 2] %% Stage 1 & 2 with Fixed Fee Pay1 --> S1[Stage 1: Requirements & Design] S1 --> D1{Design Approval} D1 --> S2[Stage 2: Static Implementation] S2 --> D2{Static Site Approval} D2 --> Pay2[Fixed Fee Balance<br/>50% - ₹2,00,000<br/>Completes Base Website] %% Change Request Loops for Stages 1-2 D1 -->|Change Request| S1 D2 -->|Change Request| S1 D2 -->|Change Request| S2 %% Additional Payment Before Stage 3 Pay2 --> Pay3[Dynamic Features Payment<br/>Initial payment for<br/>Stages 3-5 functionality] %% Stage 3 with Variable Payment Pay3 --> S3[Stage 3: Backend Implementation] S3 --> D3{Technical Approval} D3 --> Pay4[Backend Completion<br/>Payment for infrastructure<br/>and technical setup] %% Stage 4 with Variable Payment Pay4 --> S4[Stage 4: Dynamic Integration] S4 --> D4{Integration Approval} D4 --> Pay5[Integration Payment<br/>Covers dynamic features<br/>and CMS implementation] %% Stage 5 with Variable Payment Pay5 --> S5[Stage 5: Documentation & Handover] S5 --> D5{Final Approval} D5 --> Pay6[Final Payment<br/>Documentation and<br/>training completion] %% Change Request Loops for Stages 3-5 D3 -->|Change Request| S3 D4 -->|Change Request| S3 D4 -->|Change Request| S4 D5 -->|Change Request| S3 D5 -->|Change Request| S4 D5 -->|Change Request| S5 %% Maintenance Phase Pay6 --> M[Maintenance Phase] M --> MS[Monthly Services<br/>Security updates, patches<br/>and critical hotfixes] M --> OS[Optional Services<br/>SEO, content updates<br/>feature additions] %% Styling classDef stage fill:#2196F3,color:white classDef decision fill:#FFA726,color:white classDef payment fill:#4CAF50,color:white classDef maintenance fill:#9C27B0,color:white class S1,S2,S3,S4,S5 stage class D1,D2,D3,D4,D5 decision class Pay1,Pay2,Pay3,Pay4,Pay5,Pay6 payment class M,MS,OS maintenance ``` ## Detailed Overview -
anhedonix revised this gist
Oct 29, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ # Marvel Vinyls Meeting Agenda & Details Online Google hangouts meeting with Marvel Vinyls and Morpheus Plus. -
anhedonix revised this gist
Oct 29, 2024 . 1 changed file with 5 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -19,9 +19,12 @@ Online Google hangouts meeting with Marvel Vinyls and Morpheus Plus. - Clarify the client's **main focus**: Performance improvements (loading speed, security, code issues) vs. a full **design overhaul** (UI/UX). From previous discussion: - Impactful website, focused for brand recognition. - Interface for History/Evolution of Marvel Vinyls. - Optimize website design to be more modern and easy to use. - Provide interface for showcasing employees and Hierchary. (Need details on level of detail shown to public vs auth visitors). - No Ecommerce functionality - Clarify client's **Branding** related details. Personality, tone, PR specifications, presence and relevant details. - Ask about **CMS/platform/framework preferences** if not already finalized, provide suggestions as required. - Inquire if they have **competitors or reference websites** they like to align the design/technical work more closely with their vision. -
anhedonix revised this gist
Oct 29, 2024 . 1 changed file with 124 additions and 45 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ ## Complete Overview ``` mermaid flowchart TB %% Project Start and Initial Payment Start([Project Start]) --> Init[Project Initialization] @@ -27,10 +27,10 @@ flowchart TB M --> OS[Optional Services] %% Styling classDef stage fill:#2196F344 classDef decision fill:#FFA72644 classDef payment fill:#4CAF5044 classDef maintenance fill:#9C27B044 class S1,S2,S3,S4,S5 stage class D1,D2,D3,D4,D5 decision @@ -42,57 +42,136 @@ flowchart TB ``` mermaid flowchart TB %% Stage 1: Requirements & Design subgraph S1[Stage 1: Requirements & Design] %% Client Inputs CI1[Brand Guidelines] --> CI2[Design References] CI2 --> CI3[Product Details] CI3 --> CI4[Company Info] CI4 --> CI5[Goals & Priorities] %% Main Tasks CI5 --> T11[Create Web Data Doc] T11 --> T12[Design URL Map] T12 --> T13[Create Wireframes] T13 --> T14[Design Options] T14 --> T15[Tech Stack Selection] %% Deliverables T15 --> D11[Web Data Document] T15 --> D12[URL Map] T15 --> D13[4 Wireframe Options] T15 --> D14[Cost Breakdown] T15 --> D15[Technical Specs] end %% Stage 2: Static Implementation subgraph S2[Stage 2: Static Site] %% Development Tasks T21[Develop 100+ Pages] --> T22[Static Elements] T22 --> T23[Content Population] T23 --> T24[2000+ Images] T24 --> T25[Knowledge Base] %% Testing T25 --> TST1[Proofreading] TST1 --> TST2[User Testing] TST2 --> TST3[Performance Check] %% Deliverables TST3 --> D21[Live Static Site] TST3 --> D22[Performance Report] TST3 --> D23[Content Library] end %% Stage 3: Backend Implementation subgraph S3[Stage 3: Backend] %% Infrastructure T31[Server Setup] --> T32[Database Design] T32 --> T33[API Configuration] T33 --> T34[Security Setup] %% Systems T34 --> SYS1[Backup Systems] SYS1 --> SYS2[Storage Config] SYS2 --> SYS3[CDN Setup] %% Deliverables SYS3 --> D31[Backend Infrastructure] SYS3 --> D32[Technical Docs] SYS3 --> D33[Compliance Report] end %% Stage 4: Dynamic Integration subgraph S4[Stage 4: Dynamic Features] %% Core Features T41[Frontend-Backend Link] --> T42[CMS Implementation] T42 --> T43[User Roles Setup] T43 --> T44[Content Management] %% Integrations T44 --> INT1[Analytics Setup] INT1 --> INT2[SEO Integration] INT2 --> INT3[Social Media Links] %% Admin Features INT3 --> ADM1[Admin Panel] ADM1 --> ADM2[Content Editor] ADM2 --> ADM3[User Management] %% Deliverables ADM3 --> D41[Dynamic Website] ADM3 --> D42[Admin System] ADM3 --> D43[Analytics Dashboard] end %% Stage 5: Documentation & Handover subgraph S5[Stage 5: Documentation] %% Documentation T51[Technical Docs] --> T52[User Manuals] T52 --> T53[Video Tutorials] T53 --> T54[Training Sessions] %% Systems T54 --> SYS51[Backup Config] SYS51 --> SYS52[Logging Setup] SYS52 --> SYS53[Monitoring Tools] %% Final Deliverables SYS53 --> D51[Documentation Pack] SYS53 --> D52[Training Materials] SYS53 --> D53[Access Credentials] end %% Maintenance Phase subgraph M[Maintenance Services] %% Monthly Services M1[Security Updates] --> M2[Service Management] M2 --> M3[24h Hotfixes] M3 --> M4[Scheduled Updates] %% Optional Services O1[Quarterly SEO] --> O2[Content Updates] O2 --> O3[Feature Additions] %% Support M4 --> S1M[Basic Support] O3 --> S2M[Premium Support] end %% Stage Flow S1 --> S2 --> S3 --> S4 --> S5 --> M %% Styling classDef stageBox fill:#E3F2FD44,stroke:#2196F3 classDef task fill:#FFFFFF44,stroke:#2196F3 classDef clientInput fill:#E8F5E944,stroke:#4CAF50 classDef deliverable fill:#FFF3E044,stroke:#FF9800 classDef maintenance fill:#F3E5F544,stroke:#9C27B0 class S1,S2,S3,S4,S5 stageBox class CI1,CI2,CI3,CI4,CI5 clientInput class D11,D12,D13,D14,D15,D21,D22,D23,D31,D32,D33,D41,D42,D43,D51,D52,D53 deliverable class M,M1,M2,M3,M4,O1,O2,O3,S1M,S2M maintenance ``` -
anhedonix revised this gist
Oct 29, 2024 . 1 changed file with 63 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,7 @@ # Visual Breakdown ## Complete Overview ``` mermaid flowchart TB %% Project Start and Initial Payment @@ -32,4 +36,63 @@ flowchart TB class D1,D2,D3,D4,D5 decision class Pay1,Pay2 payment class M,MS,OS maintenance ``` ## Detailed Overview ``` mermaid flowchart TB %% Stage 1 Details subgraph S1[Stage 1: Requirements] R1[Brand Guidelines] --> R2[Web Data Document] R1 --> R3[URL Map] R1 --> R4[Wireframes] R4 --> R5[Design Options] end %% Stage 2 Details subgraph S2[Stage 2: Static Site] ST1[Develop Pages] --> ST2[Static Elements] ST2 --> ST3[Content Population] ST3 --> ST4[Testing] end %% Stage 3 Details subgraph S3[Stage 3: Backend] B1[Infrastructure Setup] --> B2[Database Setup] B2 --> B3[API Integration] B3 --> B4[Security Config] end %% Stage 4 Details subgraph S4[Stage 4: Dynamic Features] D1[Frontend-Backend Connection] --> D2[CMS Setup] D2 --> D3[User Roles] D3 --> D4[3rd Party Integration] end %% Stage 5 Details subgraph S5[Stage 5: Documentation] DOC1[Technical Docs] --> DOC2[User Manuals] DOC2 --> DOC3[Video Tutorials] DOC3 --> DOC4[Backup Setup] end %% Maintenance Details subgraph M[Maintenance] direction TB M1[Monthly Updates] --> M2[Security Patches] M3[Optional SEO] --> M4[Content Updates] end %% Stage Flow S1 --> S2 --> S3 --> S4 --> S5 --> M %% Styling classDef stageBox fill:#E3F2FD,stroke:#2196F3 classDef task fill:#FFFFFF,stroke:#2196F3 class S1,S2,S3,S4,S5,M stageBox class R1,R2,R3,R4,R5,ST1,ST2,ST3,ST4,B1,B2,B3,B4,D1,D2,D3,D4,DOC1,DOC2,DOC3,DOC4,M1,M2,M3,M4 task ``` -
anhedonix revised this gist
Oct 29, 2024 . 1 changed file with 30 additions and 54 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,59 +1,35 @@ ``` mermaid flowchart TB %% Project Start and Initial Payment Start([Project Start]) --> Init[Project Initialization] Init --> Pay1[Initial Payment 50%] %% Main Stages Pay1 --> S1[Stage 1: Requirements & Design] S1 --> D1{Design Approval} D1 --> S2[Stage 2: Static Implementation] S2 --> D2{Static Site Approval} D2 --> Pay2[Final Payment 50%] Pay2 --> S3[Stage 3: Backend Implementation] S3 --> D3{Technical Approval} D3 --> S4[Stage 4: Dynamic Integration] S4 --> D4{Integration Approval} D4 --> S5[Stage 5: Documentation & Handover] S5 --> D5{Final Approval} D5 --> M[Maintenance Phase] %% Maintenance Breakdown M --> MS[Monthly Services] M --> OS[Optional Services] %% Styling classDef stage fill:#2196F3,color:white classDef decision fill:#FFA726,color:white classDef payment fill:#4CAF50,color:white classDef maintenance fill:#9C27B0,color:white class S1,S2,S3,S4,S5 stage class D1,D2,D3,D4,D5 decision class Pay1,Pay2 payment class M,MS,OS maintenance ``` -
anhedonix revised this gist
Oct 29, 2024 . 1 changed file with 59 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,59 @@ ``` mermaid flowchart TB subgraph Legend A[Project Stage] B{{Decision Point}} C[(Deliverable)] D[/Client Input/] end Start((Project Start)) --> Init[Project Initialization] Init --> Payment1[/Initial Payment - 50% of Fixed Fee/] subgraph Stage1[Stage 1: Requirements & Design] direction TB S1[Requirement Gathering] --> S1D{{Design Approval}} end subgraph Stage2[Stage 2: Static Implementation] direction TB S2[Static Website Development] --> S2D{{Static Site Approval}} end subgraph Stage3[Stage 3: Backend Implementation] direction TB S3[Backend Infrastructure Setup] --> S3D{{Technical Approval}} end subgraph Stage4[Stage 4: Dynamic Integration] direction TB S4[Dynamic Features Implementation] --> S4D{{Integration Approval}} end subgraph Stage5[Stage 5: Documentation & Handover] direction TB S5[Documentation Creation] --> S5D{{Final Approval}} end subgraph Maintenance[Ongoing Maintenance] direction TB M1[Monthly Services] --> M2[Optional Services] end Payment1 --> Stage1 Stage1 --> Stage2 Stage2 --> Payment2[/Remaining 50% of Fixed Fee/] Payment2 --> Stage3 Stage3 --> Stage4 Stage4 --> Stage5 Stage5 --> Maintenance style Start fill:#4CAF50 style Stage1 fill:#2196F3 style Stage2 fill:#2196F3 style Stage3 fill:#2196F3 style Stage4 fill:#2196F3 style Stage5 fill:#2196F3 style Maintenance fill:#9C27B0 ``` -
anhedonix revised this gist
Oct 29, 2024 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -20,7 +20,8 @@ Online Google hangouts meeting with Marvel Vinyls and Morpheus Plus. From previous discussion: - Optimize website design to be more modern and easy to use. - Provide interface for showcasing employees. (Need details on level of detail shown to public vs internal parties). - - Clarify client's **Branding** related details. Personality, tone, PR specifications, presence and relevant details. - Ask about **CMS/platform/framework preferences** if not already finalized, provide suggestions as required. - Inquire if they have **competitors or reference websites** they like to align the design/technical work more closely with their vision. -
anhedonix revised this gist
Oct 29, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Online Google hangouts meeting with Marvel Vinyls and Morpheus Plus. From previous discussion: - Optimize website design to be more modern and easy to use. - Provide interface for showcasing employees. (Need details on level of detail shown to public vs internal parties) - Clarify client's **Branding** related details. Personality, tone, PR specifications, presence and relevant details. - Ask about **CMS/platform/framework preferences** if not already finalized, provide suggestions as required. - Inquire if they have **competitors or reference websites** they like to align the design/technical work more closely with their vision. -
anhedonix revised this gist
Oct 29, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Online Google hangouts meeting with Marvel Vinyls and Morpheus Plus. From previous discussion: - Optimize website design to be more modern and easy to use. - Provide interface for showcasing employees. (Need details on level of detail shown to public vs internal) - Clarify client's **Branding** related details. Personality, tone, PR specifications, presence and relevant details. - Ask about **CMS/platform/framework preferences** if not already finalized, provide suggestions as required. - Inquire if they have **competitors or reference websites** they like to align the design/technical work more closely with their vision. -
anhedonix revised this gist
Oct 29, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Online Google hangouts meeting with Marvel Vinyls and Morpheus Plus. From previous discussion: - Optimize website design to be more modern and easy to use. - Provide interface for showcasing employees. (Need details on level of detail shown to public vs ) - Clarify client's **Branding** related details. Personality, tone, PR specifications, presence and relevant details. - Ask about **CMS/platform/framework preferences** if not already finalized, provide suggestions as required. - Inquire if they have **competitors or reference websites** they like to align the design/technical work more closely with their vision. -
anhedonix revised this gist
Oct 29, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Online Google hangouts meeting with Marvel Vinyls and Morpheus Plus. From previous discussion: - Optimize website design to be more modern and easy to use. - Provide interface for showcasing employees. (Need details on level of detail shown to public) - Clarify client's **Branding** related details. Personality, tone, PR specifications, presence and relevant details. - Ask about **CMS/platform/framework preferences** if not already finalized, provide suggestions as required. - Inquire if they have **competitors or reference websites** they like to align the design/technical work more closely with their vision. -
anhedonix revised this gist
Oct 29, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Online Google hangouts meeting with Marvel Vinyls and Morpheus Plus. From previous discussion: - Optimize website design to be more modern and easy to use. - Provide interface for showcasing employees. (Need details on level of detail shown to ) - Clarify client's **Branding** related details. Personality, tone, PR specifications, presence and relevant details. - Ask about **CMS/platform/framework preferences** if not already finalized, provide suggestions as required. - Inquire if they have **competitors or reference websites** they like to align the design/technical work more closely with their vision. -
anhedonix revised this gist
Oct 29, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Online Google hangouts meeting with Marvel Vinyls and Morpheus Plus. From previous discussion: - Optimize website design to be more modern and easy to use. - Provide interface for showcasing employees. (Need details ) - Clarify client's **Branding** related details. Personality, tone, PR specifications, presence and relevant details. - Ask about **CMS/platform/framework preferences** if not already finalized, provide suggestions as required. - Inquire if they have **competitors or reference websites** they like to align the design/technical work more closely with their vision. -
anhedonix revised this gist
Oct 29, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Online Google hangouts meeting with Marvel Vinyls and Morpheus Plus. From previous discussion: - Optimize website design to be more modern and easy to use. - Provide interface for showcasing employees. () - Clarify client's **Branding** related details. Personality, tone, PR specifications, presence and relevant details. - Ask about **CMS/platform/framework preferences** if not already finalized, provide suggestions as required. - Inquire if they have **competitors or reference websites** they like to align the design/technical work more closely with their vision. -
anhedonix revised this gist
Oct 29, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Online Google hangouts meeting with Marvel Vinyls and Morpheus Plus. From previous discussion: - Optimize website design to be more modern and easy to use. - Provide interface for showcasing employees. - Clarify client's **Branding** related details. Personality, tone, PR specifications, presence and relevant details. - Ask about **CMS/platform/framework preferences** if not already finalized, provide suggestions as required. - Inquire if they have **competitors or reference websites** they like to align the design/technical work more closely with their vision. -
anhedonix revised this gist
Oct 29, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Online Google hangouts meeting with Marvel Vinyls and Morpheus Plus. From previous discussion: - Optimize website design to be more modern and easy to use. - Provide interface for showcasing employees - Clarify client's **Branding** related details. Personality, tone, PR specifications, presence and relevant details. - Ask about **CMS/platform/framework preferences** if not already finalized, provide suggestions as required. - Inquire if they have **competitors or reference websites** they like to align the design/technical work more closely with their vision. -
anhedonix revised this gist
Oct 29, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Online Google hangouts meeting with Marvel Vinyls and Morpheus Plus. From previous discussion: - Optimize website design to be more modern and easy to use. - Provide interface for showcasing - Clarify client's **Branding** related details. Personality, tone, PR specifications, presence and relevant details. - Ask about **CMS/platform/framework preferences** if not already finalized, provide suggestions as required. - Inquire if they have **competitors or reference websites** they like to align the design/technical work more closely with their vision. -
anhedonix revised this gist
Oct 29, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Online Google hangouts meeting with Marvel Vinyls and Morpheus Plus. From previous discussion: - Optimize website design to be more modern and easy to use. - Provide interface for - Clarify client's **Branding** related details. Personality, tone, PR specifications, presence and relevant details. - Ask about **CMS/platform/framework preferences** if not already finalized, provide suggestions as required. - Inquire if they have **competitors or reference websites** they like to align the design/technical work more closely with their vision. -
anhedonix revised this gist
Oct 29, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Online Google hangouts meeting with Marvel Vinyls and Morpheus Plus. From previous discussion: - Optimize website design to be more modern and easy to use. - Provide - Clarify client's **Branding** related details. Personality, tone, PR specifications, presence and relevant details. - Ask about **CMS/platform/framework preferences** if not already finalized, provide suggestions as required. - Inquire if they have **competitors or reference websites** they like to align the design/technical work more closely with their vision. -
anhedonix revised this gist
Oct 29, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Online Google hangouts meeting with Marvel Vinyls and Morpheus Plus. From previous discussion: - Optimize website design to be more modern and easy to use. - Provi - Clarify client's **Branding** related details. Personality, tone, PR specifications, presence and relevant details. - Ask about **CMS/platform/framework preferences** if not already finalized, provide suggestions as required. - Inquire if they have **competitors or reference websites** they like to align the design/technical work more closely with their vision. -
anhedonix revised this gist
Oct 29, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Online Google hangouts meeting with Marvel Vinyls and Morpheus Plus. From previous discussion: - Optimize website design to be more modern and easy to use. - - Clarify client's **Branding** related details. Personality, tone, PR specifications, presence and relevant details. - Ask about **CMS/platform/framework preferences** if not already finalized, provide suggestions as required. - Inquire if they have **competitors or reference websites** they like to align the design/technical work more closely with their vision. -
anhedonix revised this gist
Oct 29, 2024 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -19,8 +19,8 @@ Online Google hangouts meeting with Marvel Vinyls and Morpheus Plus. - Clarify the client's **main focus**: Performance improvements (loading speed, security, code issues) vs. a full **design overhaul** (UI/UX). From previous discussion: - Optimize website design to be more modern and easy to use. - - Clarify client's **Branding** related details. Personality, tone, PR specifications, presence and relevant details. - Ask about **CMS/platform/framework preferences** if not already finalized, provide suggestions as required. - Inquire if they have **competitors or reference websites** they like to align the design/technical work more closely with their vision. -
anhedonix revised this gist
Oct 29, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Online Google hangouts meeting with Marvel Vinyls and Morpheus Plus. From previous discussion: - Optimize website design to be more modern and easy to use. - - Clarify client's **Branding** related details. Personality, tone, PR specifications, presence and relevant details. - Ask about **CMS/platform/framework preferences** if not already finalized, provide suggestions as required. - Inquire if they have **competitors or reference websites** they like to align the design/technical work more closely with their vision. -
anhedonix revised this gist
Oct 29, 2024 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -19,7 +19,8 @@ Online Google hangouts meeting with Marvel Vinyls and Morpheus Plus. - Clarify the client's **main focus**: Performance improvements (loading speed, security, code issues) vs. a full **design overhaul** (UI/UX). From previous discussion: - Optimize website design to be more modern and easy to use. - Clarify client's **Branding** related details. Personality, tone, PR specifications, presence and relevant details. - Ask about **CMS/platform/framework preferences** if not already finalized, provide suggestions as required. - Inquire if they have **competitors or reference websites** they like to align the design/technical work more closely with their vision. -
anhedonix revised this gist
Oct 29, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Online Google hangouts meeting with Marvel Vinyls and Morpheus Plus. - Clarify the client's **main focus**: Performance improvements (loading speed, security, code issues) vs. a full **design overhaul** (UI/UX). From previous discussion: - Optimize website design to be more modern and eas - Clarify client's **Branding** related details. Personality, tone, PR specifications, presence and relevant details. - Ask about **CMS/platform/framework preferences** if not already finalized, provide suggestions as required. - Inquire if they have **competitors or reference websites** they like to align the design/technical work more closely with their vision. -
anhedonix revised this gist
Oct 29, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Online Google hangouts meeting with Marvel Vinyls and Morpheus Plus. - Clarify the client's **main focus**: Performance improvements (loading speed, security, code issues) vs. a full **design overhaul** (UI/UX). From previous discussion: - Optimize website design to be more - Clarify client's **Branding** related details. Personality, tone, PR specifications, presence and relevant details. - Ask about **CMS/platform/framework preferences** if not already finalized, provide suggestions as required. - Inquire if they have **competitors or reference websites** they like to align the design/technical work more closely with their vision. -
anhedonix revised this gist
Oct 29, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Online Google hangouts meeting with Marvel Vinyls and Morpheus Plus. - Clarify the client's **main focus**: Performance improvements (loading speed, security, code issues) vs. a full **design overhaul** (UI/UX). From previous discussion: - Optimize website design - Clarify client's **Branding** related details. Personality, tone, PR specifications, presence and relevant details. - Ask about **CMS/platform/framework preferences** if not already finalized, provide suggestions as required. - Inquire if they have **competitors or reference websites** they like to align the design/technical work more closely with their vision. -
anhedonix revised this gist
Oct 29, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Online Google hangouts meeting with Marvel Vinyls and Morpheus Plus. - Clarify the client's **main focus**: Performance improvements (loading speed, security, code issues) vs. a full **design overhaul** (UI/UX). From previous discussion: - Optimize website - Clarify client's **Branding** related details. Personality, tone, PR specifications, presence and relevant details. - Ask about **CMS/platform/framework preferences** if not already finalized, provide suggestions as required. - Inquire if they have **competitors or reference websites** they like to align the design/technical work more closely with their vision.
NewerOlder