Giter Club home page Giter Club logo

interview's People

Contributors

yankj12 avatar

Watchers

 avatar

interview's Issues

创建面试邮件表或者叫做队列

将面试人员中经过筛选和电话约面试时间的人员,放入到面试邮件队列中

从目前的处理流程来看,这个队列只是进行记录,后续的流程进行调整的时候,看看能不能使用到队列的功能

菜单url中多拼接了一个/

不影响使用

修改菜单的时候,需要给菜单编辑页面,url输入框加上校验,url不为空需要以/开始

配置面试邮件模板

配置面试邮件模板

分两类:
1、面试信息中可变的部分:
1.1、面试官信息、公司、岗位等发布面试信息方的信息
1.2、应聘人员的信息,应聘人员名称、邮箱等
1.3、面试的信息,面试时间、地点

2、面试邮件中不变的部分:
就是将上述可变信息填充到模板中,就可以形成完整面试邀请邮件


用户故事:
一般来说,招聘一般按照团队进行,那么面试模板在一个团队中可能会共享一套面试邮件模板

数据结构:

表一:模板表
属性:
模板名称、描述(比如:一面面试邀请模板、或者复试邀请模板等等)、归属团队、创建人员、有效状态、创建时间

约束键:
暂不进行唯一性约束,使用人员自己进行处理

表二:面试方信息表
属性:
面试官名称、面试官电话、公司、岗位
面试时间、地点

调整新增面试信息布局,分成多个tab页进行展示

第一个tab页,显示基本信息,及总的状态、评价等信息
第二个tab页面,显示第一次面试相关的信息
第三个tab页面,显示第二面相关的信息

如果第三个tab页中信息很少,可以考虑合并到第二个tab页中

使用https

  • 1、nginx使用htps,证书先使用自己的
  • 2、将自己的证书替换为从认证机构申请的证书
  • 3、tomcat是否需要改为https

pymongo Username and password must be escaped according to RFC 3986

Traceback (most recent call last):
File "./fixFirstInterviewTimePeriod.py", line 30, in
client = MongoClient(uri)
File "/usr/lib64/python2.7/site-packages/pymongo/mongo_client.py", line 423, in init
res = uri_parser.parse_uri(entity, port, warn=True)
File "/usr/lib64/python2.7/site-packages/pymongo/uri_parser.py", line 319, in parse_uri
user, passwd = parse_userinfo(userinfo)
File "/usr/lib64/python2.7/site-packages/pymongo/uri_parser.py", line 89, in parse_userinfo
"RFC 3986, use %s()." % quote_fn)
pymongo.errors.InvalidURI: Username and password must be escaped according to RFC 3986, use urllib.quote_plus().

增加面试是否结束字段

1、增加面试是否结束字段interviewEndFlag(0否,1是)
2、展示到页面(查询条件、结果集、新增修改页面)
3、工具栏提供批量置面试结果状态的功能,并支持confirm提示

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.