Coder Social home page Coder Social logo

interview_part2_survey_creator's Introduction

interview_part2_survey_creator

This project is tool created for an interview with Enveritas that allows users to Create and Edit custom Surveys.

https://www.figma.com/file/U7A2Kq0J7y7i7dz8E7dpAp/Enveritas---interview_survey_creator?node-id=0%3A1

Getting Started

Structure

  • Majority of code is in /lib
  • /ios, /macos, /web, /linux, /windows, /android are used for specific configuration options for their corresponding device(ex: controlling release versioning)
  • /models -> Survey Object has a list of type SurveyQuestionable(abstract) which has 4 classes that implement it(text, boolean, number, multiple choice)
  • /providers -> State Management: https://pub.dev/packages/provider
    • SurveyProvider -> has all the actions that can performed on a survey and updates is corresponding members with the changes
    • QuestionCreatorProvider -> is used to sync the state with question creator form and its corresponding preview
  • /services -> Keyboard service is used for textfields(taken from previous app, but still my code)
  • /widgets -> taken from previous side project and basic common components with Enveritas theming

Disclaimers

  • Used styling and assets from https://enveritas.org

  • Have Lots of Room for improvement:

    • Widgets could be broken down more
    • Naming Conventions could have been more standardized and uniform
    • Would like to make "root" at least to extend FolderProvider and then break apart SurveyProvider states into their own state management
    • Could have made some Widgets like NewFolder More Reusable
    • SurveyProvider delete functionality is a mess
  • Unfinished Functionality:

    • As a survey creator, I should be able to move existing questions and folders
    • When moving a folder, its contents should move with it and remain in the same order.
    • When moving a file or folder, I should be able to move it to a new target folder
    • When moving a file or folder, I should be able to move it to the "root" of a survey, outside of any particular folder.
    • As a survey creator, I should be able to easily locate any particular question within a survey.
    • Should be able to click on a question and edit it
  • Majority of widgets in interview_survey_creator/widgets are from previous side project that I have written

Flutter Doctor Summary:

image

interview_part2_survey_creator's People

Contributors

seancarnahan avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.