将本地学校关闭时间添加到应用程序 [英] Add Local School Closings to an App

查看:56
本文介绍了将本地学校关闭时间添加到应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,我有一个天气信息应用,我想添加学校停课时间.这是我想出的主意.

Hello, I have an weather information app that I would like to add school closings to. Here is the idea I have come up with.

  • 用户将在此处输入学区或组织.
  • 程序将在Access数据库中搜索该学区(将进行更新,而无需每次发送新的软件更新
  • 如果发现了一个区,它将说它已经在数据库中找到了该区,并从该区中获得了关闭的时间(只要选定了该区).
  • 用户最多可以添加5个学区.
  • 程序将这些内容显示在类似于本地新闻频道的框中.
  • 它将显示哪个学区.以及结局是什么.

学区将下载一个程序(不是同一应用程序).学区将设置程序并提交(电子邮件)其信息以添加到数据库中.一旦添加,分区将使用存储在数据库中的用户名和密码登录. 注意:地区名称将在数据库文件的单独页面上.

The school district would download a program (not the same app). The district would setup the program and submit (email) their information for adding to the database. Once added, the district would log in using a username and password stored in the database. NOTE: The district names will be on a seperate page in the data base file. 

下面是用于创建新事件的窗口.

Below is the window used to create a new event.

基本上,最后3个标签是要提交的内容.

Basically the last bottom 3 labels are what would be submitted.

顶部标签将显示区域名称,第二个标签将显示然后显示关闭或延迟,具体取决于在事件类型选择中说的是什么,最后,第三个标签是该区域想要添加的任何其他详细信息内.

The top label would display the district name, 2nd label will say "Is then display closing or delay depending on what it says in the event type selection, and finally the 3rd label is any additional details the district would like to add in.

一个按钮(尚未添加)将成为提交按钮.然后它将通过电子邮件发送到电子邮件地址,然后天气程序将显示所需的信息.

A button (not added in yet) will be the submittion button. Then it would email it to an email address then the weather program would display the needed information.

在撰写本文时,由于某种原因,我感到困惑.这让我的脑袋真的很难思考.因此,如果您在尝试帮助我时有任何疑问,可以问一下.任何帮助都会有所帮助!谢谢!

I was confused for some reason when writting this up. This was making my head think really hard. So if you have any questions while trying help me, you may ask. Any help will be helpful! Thank You!

推荐答案

首先要做的是检查您所在地区是否正在为此提供服务"已经".大多数本地网络都提供此服务,因此,除非您的应用程序执行某些特殊操作并在手机上运行,​​否则我会重新考虑该项目的想法.

The first thing to do is check if in your area that "is such a service for this is being offered already". Most local networks offer this service so unless your app does something special and runs on a phone I would rethink the idea for this project. 

如果您决定继续前进,那么该应用程序需要同时在台式机和便携式设备(例如手机和平板电脑)上运行,因为大多数人会首先寻找可在所有设备上运行的应用程序,如果是我,我会想要一部iPhone应用程序.

If you decide to move forward the app needs to run on both desktop and portable devices such as phones and tablets as most people will first look for apps that work on all devices and if it were me, I'd want an iPhone app.

要构建这样一个高级别的应用程序,可以使用具有普遍吸引力的SPA(单页应用程序)Web应用程序,也可以是混合本机应用程序或本机应用程序,每种应用程序都有各自的优缺点,例如本机应用程序可以访问特定警报API 设备,而其他设备则不然.

To build such an application high level it would be a SPA (Single Page Application) web app for universal appeal or a hybrid native app or a native app where each have advantages and disadvantages e.g. a native app has access to alert API to a particular device while the others do not etc.


这篇关于将本地学校关闭时间添加到应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆