Giter Club home page Giter Club logo

conflow's People

Contributors

untael avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

lemonka93

conflow's Issues

Unexpected empty space

chrome_SihoffctoB
On some questions, an unexpected empty space appears, which will be converted to a normal view after clicking inside it.

Interview process page

This page represents interview process for one interviewer. So both interviewers would independently fill their forms.

Design

See #4 for data structure.

  • Interview result should be available via url like /interview-process/1532ffd5dea583728476847
    • You have to be logged in to see the page
  • Interview process table
    • Display logic take from #4.
    • Use 0-10 sliders for Mark. By default slider values should be null. null is a possible value if topic has not been checked.
    • Use textareas for description. Textareas are very important - most of the feedback we expect to come from written sources.
    • Data structure would probably be InterviewUserReport (see #4).
  • Show opinion check
    image

Interview result page

  • Interview result should be available via url like /interview-results/1532ffd5dea583728476847
    • You have to be logged in to see the page
  • Interview result table
    • Should show interview topics in a table layout.
    • total topic report should be styled differently.
    • Mark calculation
      • If there are 2 or more InterviewUserReports - we display both in brackets, separated by comma.
      • Leftmost number is total, which is average value between all InterviewUserReportss rounded to 1 sign (5.5).
      • When you tap (mobile) or hover over (webapp) particular user mark - user name should be shown in a tooltip.
      image
  • Show opinion check
    image
  • Ordering for interviewers should be consistent for marks and opinion check.

Data structure recommendations

const interviewTopics = ['object', 'promise'] as const
type Mark = number // 0-10
type InterviewTopicReport = {
  type: string // 'object', 'promise', 'communication' etc
  mark: Mark,
  comment: string,
}

type InterviewUserReport = {
  user: typeof User.id,
  topic_report: TopicReport[]
  opinionCheck: boolean,
}

type InterviewReport = {
  // reuse types from conflow: date, interviewers etc
  userReports: InterviewUserReport[]
}

Add vue-book

To test components it would be ideal to have vue-book.

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.