Skip to content

AkashiSensei/Learning_and_Living_Platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning_and_Living_Platform

A Team Assignment for BUAA-Software_Engineering-2023

2023北航软件工程基础课程大作业


PULL before push

推送之前先拉取

Clear and meaningful commit message.

意义明确的提交说明

Use English in file name.

文件名使用英语


Participate 参与项目

First, please use the following command to clone the repository to your local machine.

首先请使用如下命令将仓库克隆到本地。

# Git cmd for Windows
H: # Your own drive
cd <Your project parent folder path>
git clone https://github.com/AkashiSensei/Learning_and_Living_Platform.git

If you are using VPN, maybe you need to let your Git CMD using proxy.

如果您正在使用 VPN,也许需要让您的 Git 命令行工具使用代理。

git config --global http.proxy http://127.0.0.1:7890
git config --global https.proxy https://127.0.0.1:7890
# 7890 is default port for Clash

Dir & Files 目录与文件说明

Learning_and_Living_Platform
├─Supporting_documents                 # Some other files
|  ├─Notes.md                              # Some Notes during communication. ONLY CHINESE
│  └─Description.md                        # Requirements from teachers & TA. ONLY CHINESE
├─temp                                 # temp files
├─diagrams                             # vpp project and png files
│  ├─requirement                           # files of requirement stage
│  │  └─sequence_diagram                       #files of sequence diagrams
│  ├─design
│  │  ├─outline                        # diagrams for outline design
│  │  └─detail                         # diagrams for detail design
└─README.md

Supporting_documents

该目录包含了各种在完成作业过程中产生的,需要共享的,但不需要提交的文档。

Notes.md

一些笔记,包含作业提交时间,项目流程,当前进度等等。

Description.md

下发的作业描述文档,可能在与助教的沟通中逐步更新。

temp

许多临时的不好归类的文件。目前有规格说明书的模板,以及准备给助教评阅的用例们。

diagrams

存放VPP图的工程文件以及导出的png文件。

Pictures in Markdown MD文件中的图片

请先将图片上传到仓库,然后将仓库中的图片链接插入Markdown文件。

Please upload the images to the Github first, and then insert the image link on Github into the Markdown file.

IEEE software life cycle

Wiki

We Need

《软件开发计划书》、《需求规格说明书》、《软件设计说明书》、《软件实现说明书》、 《测试报告》、《部署文档》、《用户使用说明书》、《项目总结表》

About

A Team Assignment for BUAA-Software_Engineering-2023

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published