Coder Social home page Coder Social logo

sensingdocs's Introduction

  • 👋 Hi, I’m @wulixu
  • 👀 I’m interested in coding, architecture, creation, and leadership
  • 🌱 I’m currently learning cross-platform solutions in retail and manufacting.
  • 💞️ I’m looking to collaborate on ...
  • 📫 How to reach me, you can reach me via phone + 86 18051589005 or [email protected]

sensingdocs's People

Contributors

chenchunsheng avatar wulixu avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

sensingdocs's Issues

整个Hooters后台 -- 优化搜索功能 (提示语等)

关于搜索,我觉得整个的后台的搜索里的提示语可能需要整理规范一下:

  1. 明确是基于各个表单title下面所有的值来检索还是仅仅限于名称
  2. 如果仅限于名称之类的,需要根据不同的表单,给不同的搜索文本框赋不同的默认提示语,比如细化成“报表名称”“模板名称”等。
  3. 如果基于所有的值,那最好是所有的title名称都加到提示语里,比如”名称/唯一标示/描述。。。”

仪表盘 -- 报表一览:时间刻度搜索的逻辑问题

当前,点击时间刻度搜索里的“时”, “天”,“周”,“月”,“年”按钮时,对应的开始日期和结束日期也会变化,但是在逻辑上似乎不太准确~

  1. 点击“时”, 开始日期和结束日期都定位到当天(开始和结束日期都为2016-5-31)--对
  2. 点击“天”, 开始日期为月初(2016-5-1),结束日期为月末(2016-5-31) -- 错
  3. 点击“周”,开始日期为年初一月底那天(2016-1-31), 结束日期为当前天(2016-5-31) --错
  4. 点击“月”, 开始日期为当天(2016-5-31), 结束日期为当天(2016-5-31) --错
  5. 点击“年”, 开始日期为???(111-5-31), 结束日期为当天(2016-5-31) -- 错

报表管理 -- 点击页面的顶部菜单“系统首页”,页面跳转到登录界面

点击如下页面的顶部菜单“系统首页”,页面跳转到商家登录界面:

  • 系统首页 --> 报表管理 --> 报表一览;
  • 系统首页 --> 报表管理 --> 报表模板;
  • 系统首页 --> 数据源管理 --> 计数器数据;
  • 系统首页 --> 数据源管理 --> 天气数据;
  • 系统首页 --> 数据源管理 --> 节日数据;
  • 系统首页 --> 数据源管理 --> 销售数据;
  • 系统首页 --> 系统管理 --> 分组管理
  • 系统首页 --> 系统管理 --> 分组管理
  • 系统首页 --> 系统管理 --> 用户管理
  • 系统首页 --> 系统管理 --> 设备管理
  • 系统首页 --> 系统管理 --> 设备类别
  • 系统首页 --> 系统管理 --> 计数器管理
  • 系统首页 --> 系统管理 --> 标签管理
  • 系统首页 --> 系统管理 --> 平台设置
  • 系统首页 --> 系统管理 --> 个人设定

系统管理 -- 分组管理:新建或编辑组里的“店面地址”,地图上选取的地址不能保存

  1. 用账号troncell / troncell123登录
  2. 点击系统管理 --> 分组管理 --> 新建组
  3. 填写所有必填项,
  4. “店面地址”栏,从地图中选取“江苏省 无锡市 华发大厦 地址:太湖新城高浪路北侧、菱湖大道东侧”,点击“确定”
  5. 保存组

Issue: 地图中选择的地址并未保存!最后保存的地址为: 江苏省, 无锡市, 滨湖区, 新金匮路,
Notes: 编辑组也有此问题~

报表模板管理 -- 添加新的模板,不填写任何field可以点击保存,页面无任何的必填项验证

  1. 访问hooters.troncell.com, 用账号troncell登录
  2. 系统首页 》 报表管理》 报表模板
  3. 点击“添加模板”
  4. 在表单界面,不填写任何的field,直接点击“保存”

Issue: 添加新的模板,不填写任何field可以点击保存,页面无任何的必填项验证, 页面跳转到模板列表界面。

Expected Results:

  1. 页面有必填项的验证
  2. 在必填项未填写之前,“保存”按钮灰显

数据源管理 -- 销售数据管理:点击“下载Excel导入模板 ”页面报错

  1. 销售数据管理页面,点击“下载Excel导入模板 ”页面报错。
  2. 另,“下载Excel导入模板 ”,是否应该是两个链接? “下载Excel” 和“导入模板”???
    default

Server Error in '/' Application.

Could not find a part of the path 'D:\Hooters\upload\Common\Setting\销售数据模板.xls'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.IO.DirectoryNotFoundException: Could not find a part of the path 'D:\Hooters\upload\Common\Setting\销售数据模板.xls'.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[DirectoryNotFoundException: Could not find a part of the path 'D:\Hooters\upload\Common\Setting\销售数据模板.xls'.]
System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +273
System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) +886
System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) +127
System.Web.HttpResponse.TransmitFile(String filename, Int64 offset, Int64 length) +147
System.Web.HttpResponseWrapper.TransmitFile(String filename) +30
System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +90 System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +833
System.Web.Mvc.ControllerActionInvoker.InvokeActionResultWithFilters(ControllerContext controllerContext, IList1 filters, ActionResult actionResult) +81 System.Web.Mvc.Async.<>c__DisplayClass21.<BeginInvokeAction>b__1e(IAsyncResult asyncResult) +186 System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult) +38 System.Web.Mvc.Controller.<BeginExecuteCore>b__1d(IAsyncResult asyncResult, ExecuteCoreState innerState) +29 System.Web.Mvc.Async.WrappedAsyncVoid1.CallEndDelegate(IAsyncResult asyncResult) +65
System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult) +53
System.Web.Mvc.Async.WrappedAsyncVoid1.CallEndDelegate(IAsyncResult asyncResult) +36 System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult) +38 System.Web.Mvc.MvcHandler.<BeginProcessRequest>b__5(IAsyncResult asyncResult, ProcessRequestState innerState) +44 System.Web.Mvc.Async.WrappedAsyncVoid1.CallEndDelegate(IAsyncResult asyncResult) +65
System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +38
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +399
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +137

所有报表 -- 报表数据的排序,请将新近创建的排到首页

当前,报表的排序是最新创建的数据排到了最后一页,数据量大的时候,需要翻页,用户体验欠佳。
请将所有的报表培训改成“新近创建的排到首页”。

注:报表模板管理里,新添加的模板显示在前,但是编辑并保存后,被排到最后了!

报表管理 -- 数据源值系数未正确保存

  1. 登录 troncell / troncell123
  2. 报表管理 --> 添加报表,填写报表名,选择组名“创思感知”,所属报表模板“测试模板一折线”
  3. 添加数据源,给数据源系数赋值“12”
  4. 点击保存
  5. 在报表管理列表找到刚刚添加的报表,点击编辑

实际结果:发现数据源值系数的值12未被保存。
12
12

系统菜单:点击页面顶部的快捷菜单“系统首页-->我的报表”页面报错

  1. 用账户troncell / troncell123 或 QA Test / 123456登录
  2. 点击“仪表盘”, 点击页面顶部的快捷菜单“系统首页-->我的报表”

Issue: 点击页面顶部的快捷菜单“系统首页-->我的报表”后,页面报错,报错信息如下:
Server Error in '/' Application.

The resource cannot be found.

Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.

Requested URL: /MyReports

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.6.114.0

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.