Skip to content

Commit

Permalink
removed store comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-Web3 committed May 17, 2023
1 parent 74e4a67 commit 875e9b5
Showing 1 changed file with 0 additions and 219 deletions.
219 changes: 0 additions & 219 deletions src/components/store/store.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -292,222 +292,3 @@ const useStore = create<State & Action>()(
)

export default useStore

// boards: [
// {
// name: 'platform launch',
// id: 1,
// status: [
// {
// name: 'Todo',
// id: Date.now(),
// colorTag:
// '#' +
// (0x1000000 + Math.random() * 0xffffff).toString(16).substr(1, 6),
// tasks: [
// {
// name: 'Build UI for onboarding flow',
// description:
// "We know what we're planning to build for version one. Now we need to finalise the first pricing model we'll use. Keep iterating the subtasks until we have a coherent proposition.",
// id: Date.now(),
// subtasks: [
// { task: 'Do this', completed: false },
// { task: 'Do that', completed: false },
// { task: 'complete that', completed: false },
// ],
// },
// {
// name: 'Build UI for search',
// description:
// "We know what we're planning to build for version one. Now we need to finalise the first pricing model we'll use. Keep iterating the subtasks until we have a coherent proposition.",
// id: Date.now(),
// subtasks: [{ task: 'build ui', completed: false }],
// },
// {
// name: 'Build settings UI',
// description:
// "We know what we're planning to build for version one. Now we need to finalise the first pricing model we'll use. Keep iterating the subtasks until we have a coherent proposition.",
// id: Date.now(),
// subtasks: [
// { task: 'build settings', completed: false },
// { task: 'buuld gret', completed: false },
// ],
// },
// ],
// },
// {
// name: 'Doing',
// id: Date.now(),
// colorTag:
// '#' +
// (0x1000000 + Math.random() * 0xffffff).toString(16).substr(1, 6),
// tasks: [
// {
// name: 'Design settings and search pages',
// description:
// "We know what we're planning to build for version one. Now we need to finalise the first pricing model we'll use. Keep iterating the subtasks until we have a coherent proposition.",
// id: Date.now(),
// subtasks: [
// {
// task: 'design settings',
// completed: false,
// },
// {
// task: 'search pages',
// completed: true,
// },
// {
// task: 'platform launch',
// completed: false,
// },
// ],
// },
// ],
// },
// ],
// },
// {
// name: 'marketing plan',
// id: 2,
// status: [
// {
// name: 'Todo',
// id: Date.now(),
// colorTag:
// '#' +
// (0x1000000 + Math.random() * 0xffffff).toString(16).substr(1, 6),
// tasks: [
// {
// name: 'Build UI for onboarding flow',
// description:
// "We know what we're planning to build for version one. Now we need to finalise the first pricing model we'll use. Keep iterating the subtasks until we have a coherent proposition.",
// id: Date.now(),
// subtasks: [
// { task: 'Do this', completed: false },
// { task: 'Do that', completed: false },
// { task: 'complete that', completed: false },
// ],
// },
// {
// name: 'Build UI for search',
// description:
// "We know what we're planning to build for version one. Now we need to finalise the first pricing model we'll use. Keep iterating the subtasks until we have a coherent proposition.",
// id: Date.now(),
// subtasks: [{ task: 'build ui', completed: false }],
// },
// {
// name: 'Build settings UI',
// description:
// "We know what we're planning to build for version one. Now we need to finalise the first pricing model we'll use. Keep iterating the subtasks until we have a coherent proposition.",
// id: Date.now(),
// subtasks: [
// { task: 'build settings', completed: false },
// { task: 'buuld gret', completed: false },
// ],
// },
// ],
// },
// {
// name: 'roadmap',
// id: Date.now(),
// colorTag:
// '#' +
// (0x1000000 + Math.random() * 0xffffff).toString(16).substr(1, 6),
// tasks: [
// {
// name: 'Design settings and search pages',
// description:
// "We know what we're planning to build for version one. Now we need to finalise the first pricing model we'll use. Keep iterating the subtasks until we have a coherent proposition.",
// id: Date.now(),
// subtasks: [
// {
// task: 'design settings',
// completed: false,
// },
// {
// task: 'search pages',
// completed: true,
// },
// {
// task: 'platform launch',
// completed: false,
// },
// ],
// },
// ],
// },
// ],
// },
// {
// name: 'roadmap',
// id: 3,
// status: [
// {
// name: 'Todo',
// id: Date.now(),
// colorTag:
// '#' +
// (0x1000000 + Math.random() * 0xffffff).toString(16).substr(1, 6),
// tasks: [
// {
// name: 'Build UI for onboarding flow',
// description:
// "We know what we're planning to build for version one. Now we need to finalise the first pricing model we'll use. Keep iterating the subtasks until we have a coherent proposition.",
// id: Date.now(),
// subtasks: [
// { task: 'Do this', completed: false },
// { task: 'Do that', completed: false },
// { task: 'complete that', completed: false },
// ],
// },
// {
// name: 'Build UI for search',
// description:
// "We know what we're planning to build for version one. Now we need to finalise the first pricing model we'll use. Keep iterating the subtasks until we have a coherent proposition.",
// id: Date.now(),
// subtasks: [{ task: 'build ui', completed: false }],
// },
// {
// name: 'Build settings UI',
// description:
// "We know what we're planning to build for version one. Now we need to finalise the first pricing model we'll use. Keep iterating the subtasks until we have a coherent proposition.",
// id: Date.now(),
// subtasks: [
// { task: 'build settings', completed: false },
// { task: 'buuld gret', completed: false },
// ],
// },
// ],
// },
// {
// name: 'Doing',
// id: Date.now(),
// colorTag:
// '#' +
// (0x1000000 + Math.random() * 0xffffff).toString(16).substr(1, 6),
// tasks: [
// {
// name: 'Design settings and search pages',
// description:
// "We know what we're planning to build for version one. Now we need to finalise the first pricing model we'll use. Keep iterating the subtasks until we have a coherent proposition.",
// id: Date.now(),
// subtasks: [
// {
// task: 'design settings',
// completed: false,
// },
// {
// task: 'search pages',
// completed: true,
// },
// {
// task: 'platform launch',
// completed: false,
// },
// ],
// },
// ],
// },
// ],
// },
// ],

0 comments on commit 875e9b5

Please sign in to comment.